ssyx/service/service-search/src/main/resources/application-dev.yml

29 lines
467 B
YAML
Raw Normal View History

2024-04-04 03:27:33 +08:00
server:
2024-04-04 15:52:54 +08:00
port: 8208
2024-04-04 03:27:33 +08:00
bunny:
2024-04-04 15:52:54 +08:00
rabbitmq:
host: 192.168.1.4
2024-04-04 15:52:54 +08:00
port: 5672
username: bunny
2024-04-04 03:27:33 +08:00
password: "02120212"
2024-04-04 15:52:54 +08:00
elasticsearch:
uris: http://192.168.1.4:9200
2024-04-04 03:27:33 +08:00
nacos:
server-addr: z-bunny.cn:8848
discovery:
namespace: ssyx
redis:
host: 47.120.65.66
port: 6379
2024-04-04 15:52:54 +08:00
database: 3
2024-04-04 03:27:33 +08:00
password: "02120212"
minio:
endpointUrl: "http://129.211.31.58:9000"
bucket-name: ssyx
accessKey: bunny
secretKey: "02120212"