修改配置文件
This commit is contained in:
parent
a3b118aef8
commit
8035c8b56a
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
@ -62,5 +62,4 @@ bunny:
|
|||
secretKey: "02120212"
|
||||
bucket-name: auth-admin
|
||||
|
||||
backPath: "/www/root/backup"
|
||||
bashPath: "/www/root/server"
|
||||
backPath: "/www/root/backup"
|
|
@ -89,7 +89,7 @@ management:
|
|||
web:
|
||||
exposure:
|
||||
include: "*"
|
||||
base-path: /admin/actuator
|
||||
base-path: /api/actuator
|
||||
info:
|
||||
env:
|
||||
enabled: true
|
||||
|
|
Loading…
Reference in New Issue