fix
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user