feat(修改): ➖ Host地址修改
This commit is contained in:
parent
50f79ed99e
commit
590b614346
|
@ -1,24 +1,24 @@
|
||||||
bunny:
|
bunny:
|
||||||
datasource:
|
datasource:
|
||||||
host: 106.15.251.123
|
host: 192.168.1.4
|
||||||
port: 3305
|
port: 3305
|
||||||
sqlData: bunny_docs
|
sqlData: bunny_docs
|
||||||
username: root
|
username: root
|
||||||
password: "02120212"
|
password: "02120212"
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
host: 47.120.65.66
|
host: 192.168.1.4
|
||||||
port: 6379
|
port: 6379
|
||||||
database: 1
|
database: 3
|
||||||
password: "02120212"
|
password: "123456"
|
||||||
|
|
||||||
minio:
|
minio:
|
||||||
endpointUrl: "http://129.211.31.58:9000"
|
endpointUrl: "http://192.168.1.4:9000"
|
||||||
bucket-name: bunny-bbs
|
bucket-name: test
|
||||||
accessKey: bunny
|
accessKey: bunny
|
||||||
secretKey: "02120212"
|
secretKey: "02120212"
|
||||||
|
|
||||||
nacos:
|
nacos:
|
||||||
server-addr: z-bunny.cn:8848
|
server-addr: 192.168.1.4:8848
|
||||||
discovery:
|
discovery:
|
||||||
namespace: bunnyBBS
|
namespace: bunnyServer
|
Loading…
Reference in New Issue