修改配置文件
This commit is contained in:
parent
a3b118aef8
commit
8035c8b56a
|
@ -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"
|
||||||
|
|
|
@ -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
|
||||||
|
@ -62,5 +62,4 @@ bunny:
|
||||||
secretKey: "02120212"
|
secretKey: "02120212"
|
||||||
bucket-name: auth-admin
|
bucket-name: auth-admin
|
||||||
|
|
||||||
backPath: "/www/root/backup"
|
backPath: "/www/root/backup"
|
||||||
bashPath: "/www/root/server"
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue