更新 yudao-gateway/src/main/resources/application-dev.yaml
continuous-integration/drone Build is passing
Details
continuous-integration/drone Build is passing
Details
fix:修改nacos配置
This commit is contained in:
parent
b83b5a6bc5
commit
24e4e405f3
|
@ -3,9 +3,9 @@
|
|||
spring:
|
||||
cloud:
|
||||
nacos:
|
||||
server-addr: 192.168.1.101:8848 # Nacos 服务器地址
|
||||
server-addr: 1.95.80.190:9080 # Nacos 服务器地址
|
||||
username: nacos # Nacos 账号
|
||||
password: nacos # Nacos 密码
|
||||
password: T7@pL9vQ # Nacos 密码
|
||||
discovery: # 【配置中心】配置项
|
||||
namespace: dev # 命名空间。这里使用 dev 开发环境
|
||||
group: DEFAULT_GROUP # 使用的 Nacos 配置分组,默认为 DEFAULT_GROUP
|
||||
|
|
Loading…
Reference in New Issue