|
|
|
@@ -10,20 +10,27 @@ spring: |
|
|
|
profiles: |
|
|
|
# 环境配置 |
|
|
|
active: dev |
|
|
|
# neo4j: |
|
|
|
# uri: bolt://172.20.32.88:7687 |
|
|
|
# authentication: |
|
|
|
# username: neo4j |
|
|
|
# password: 12345678 |
|
|
|
cloud: |
|
|
|
nacos: |
|
|
|
discovery: |
|
|
|
# 服务注册地址 |
|
|
|
server-addr: nacos-ci4s.argo.svc:8848 |
|
|
|
namespace: ${NACOS_NAMESPACE:public} |
|
|
|
server-addr: ${NACOS_ADDR:127.0.0.1:8848} |
|
|
|
username: nacos |
|
|
|
password: h1n2x3j4y5@ |
|
|
|
password: ${NACOS_PWD:h1n2x3j4y5@} |
|
|
|
retry: |
|
|
|
enabled: true |
|
|
|
config: |
|
|
|
namespace: ${NACOS_NAMESPACE:public} |
|
|
|
username: nacos |
|
|
|
password: h1n2x3j4y5@ |
|
|
|
password: ${NACOS_PWD:h1n2x3j4y5@} |
|
|
|
# 配置中心地址 |
|
|
|
server-addr: nacos-ci4s.argo.svc:8848 |
|
|
|
server-addr: ${NACOS_ADDR:127.0.0.1:8848} |
|
|
|
# 配置文件格式 |
|
|
|
file-extension: yml |
|
|
|
# 共享配置 |
|
|
|
|