修改配置文件

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:
master:
host: 192.168.3.129
port: 3304
host: 192.168.3.137
port: 3306
database: auth_admin
username: root
password: "02120212"
password: "123456"
redis:
host: 192.168.3.129
host: 192.168.3.137
port: 6379
database: 0
password: "123456"
minio:
endpointUrl: "http://192.168.3.129:9000"
endpointUrl: "http://192.168.3.137:9000"
accessKey: bunny
secretKey: "02120212"
secretKey: "12345678"
bucket-name: auth-admin
backPath: "D:\\MyData\\backup"

View File

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

View File

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