This commit is contained in:
cuijiawang
2025-08-05 11:25:42 +08:00
parent b69a541731
commit 17f99bd7ca

View File

@@ -8,8 +8,8 @@ spring:
server-addr: ${NACOS_SERVER:192.168.110.27:8848}
file-extension: yaml
namespace: ${NACOS_CONFIG_NAMESPACE:public}
username: ${NACOS_USERNAME:}
password: ${NACOS_PASSWORD:}
username: ${NACOS_USERNAME:nacos}
password: ${NACOS_PASSWORD:nacos}
refresh-enabled: true
enabled: ${NACOS_ENABLED:true}
discovery:
@@ -18,7 +18,7 @@ spring:
ip: ${NACOS_IP:192.168.110.27}
service: ${NACOS_SERVICE:jjt-gateway}
namespace: ${NACOS_DISCOVERY_NAMESPACE:public}
username: ${NACOS_USERNAME:}
password: ${NACOS_PASSWORD:}
username: ${NACOS_USERNAME:nacos}
password: ${NACOS_PASSWORD:nacos}
enabled: ${NACOS_ENABLED:true}