修改配置文件

This commit is contained in:
Bunny 2025-02-18 18:35:06 +08:00
parent a3b118aef8
commit 8035c8b56a
3 changed files with 10 additions and 11 deletions

View File

@ -20,22 +20,22 @@ logging:
bunny: bunny:
master: master:
host: 192.168.3.129 host: 192.168.3.137
port: 3304 port: 3306
database: auth_admin database: auth_admin
username: root username: root
password: "02120212" password: "123456"
redis: redis:
host: 192.168.3.129 host: 192.168.3.137
port: 6379 port: 6379
database: 0 database: 0
password: "123456" password: "123456"
minio: minio:
endpointUrl: "http://192.168.3.129:9000" endpointUrl: "http://192.168.3.137:9000"
accessKey: bunny accessKey: bunny
secretKey: "02120212" secretKey: "12345678"
bucket-name: auth-admin bucket-name: auth-admin
backPath: "D:\\MyData\\backup" backPath: "D:\\MyData\\backup"

View File

@ -45,10 +45,10 @@ knife4j:
bunny: bunny:
master: master:
host: 192.168.3.98 host: 192.168.3.98
port: 3304 port: 3306
database: auth_admin database: auth_admin
username: root username: root
password: "02120212" password: "123456"
redis: redis:
host: 192.168.3.98 host: 192.168.3.98
@ -63,4 +63,3 @@ bunny:
bucket-name: auth-admin bucket-name: auth-admin
backPath: "/www/root/backup" backPath: "/www/root/backup"
bashPath: "/www/root/server"

View File

@ -89,7 +89,7 @@ management:
web: web:
exposure: exposure:
include: "*" include: "*"
base-path: /admin/actuator base-path: /api/actuator
info: info:
env: env:
enabled: true enabled: true