29 lines
467 B
YAML
29 lines
467 B
YAML
server:
|
|
port: 8208
|
|
|
|
bunny:
|
|
rabbitmq:
|
|
host: 192.168.1.4
|
|
port: 5672
|
|
username: bunny
|
|
password: "02120212"
|
|
|
|
elasticsearch:
|
|
uris: http://192.168.1.4:9200
|
|
|
|
nacos:
|
|
server-addr: z-bunny.cn:8848
|
|
discovery:
|
|
namespace: ssyx
|
|
|
|
redis:
|
|
host: 47.120.65.66
|
|
port: 6379
|
|
database: 3
|
|
password: "02120212"
|
|
|
|
minio:
|
|
endpointUrl: "http://129.211.31.58:9000"
|
|
bucket-name: ssyx
|
|
accessKey: bunny
|
|
secretKey: "02120212" |