(feature)其他组件增加nacos用户名和密码配置

This commit is contained in:
lance
2023-12-27 22:22:12 +08:00
parent b3385e570f
commit e0732ca4f8
12 changed files with 26 additions and 4 deletions

View File

@@ -32,8 +32,8 @@ seata:
server-addr: @nacos.server@
group: @nacos.discovery.group@
namespace: ${spring.profiles.active}
username:
password:
username: nacos
password: nacos
##if use MSE Nacos with auth, mutex with username/password attribute
#access-key: ""
#secret-key: ""
@@ -47,8 +47,8 @@ seata:
group: @nacos.discovery.group@
namespace: ${spring.profiles.active}
cluster: default
username:
password:
username: nacos
password: nacos
##if use MSE Nacos with auth, mutex with username/password attribute
#access-key: ""
#secret-key: ""