yaml文件去除nacos账号密码
This commit is contained in:
parent
62595f0fe2
commit
9834302f98
@ -5,8 +5,6 @@ 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@
|
||||||
|
|||||||
@ -5,8 +5,6 @@ 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@
|
||||||
|
|||||||
@ -5,8 +5,6 @@ spring:
|
|||||||
name: @parent.artifactId@
|
name: @parent.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@
|
||||||
|
|||||||
@ -5,8 +5,6 @@ spring:
|
|||||||
name: @parent.artifactId@
|
name: @parent.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@
|
||||||
|
|||||||
@ -5,8 +5,6 @@ spring:
|
|||||||
name: @parent.artifactId@
|
name: @parent.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@
|
||||||
|
|||||||
@ -5,8 +5,6 @@ spring:
|
|||||||
name: @parent.artifactId@
|
name: @parent.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@
|
||||||
|
|||||||
@ -5,8 +5,6 @@ spring:
|
|||||||
name: @parent.artifactId@
|
name: @parent.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