修改配置文件

This commit is contained in:
liubozhi 2025-03-20 22:15:12 +08:00
parent 53ea800d5c
commit e798895701

View File

@ -6,9 +6,9 @@ spring:
cloud:
nacos:
discovery:
server-addr: ${NACOS_HOST:192.168.193.128}:${NACOS_PORT:8848}
username: nacos
password: ${NACOS_PASSWORD:hn02le.34lkdLKD}
server-addr: ${NACOS_HOST:101.37.204.35}:${NACOS_PORT:8848}
username: ${NACOS_USERNAME:nacos}
password: ${NACOS_PASSWORD:BYzL!Z3C}
namespace: ${NACOS_NAMESPACE:}
config:
server-addr: ${spring.cloud.nacos.discovery.server-addr}
@ -25,5 +25,5 @@ logging:
# dubbo端口默认为服务端口+2000
dubbo:
protocol:
port: ${tmerclub_DUBBO_PORT:9512}
port: ${tmerclub_DUBBO_PORT:11101}