nacos配置恢复
This commit is contained in:
parent
f31268bde8
commit
cfca9f9606
@ -5,6 +5,8 @@ spring:
|
|||||||
name: @artifactId@
|
name: @artifactId@
|
||||||
cloud:
|
cloud:
|
||||||
nacos:
|
nacos:
|
||||||
|
username: ${NACOS_USERNAME:nacos}
|
||||||
|
password: ${NACOS_PASSWORD:nacos}
|
||||||
discovery:
|
discovery:
|
||||||
server-addr: ${NACOS_HOST:127.0.0.1}:${NACOS_PORT:8848}
|
server-addr: ${NACOS_HOST:127.0.0.1}:${NACOS_PORT:8848}
|
||||||
namespace: @register.namespace@
|
namespace: @register.namespace@
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user