This commit is contained in:
sxu 2025-04-03 13:22:37 +08:00
parent 03feb7332d
commit 9bf634fb66
2 changed files with 3 additions and 3 deletions

View File

@ -9,13 +9,13 @@ spring:
discovery:
# 服务注册地址
server-addr: 127.0.0.1:8848
namespace: bonus_houqin
namespace: jyy_canteen
username: nacos
password: nacos
config:
# 配置中心地址
server-addr: 127.0.0.1:8848
namespace: bonus_houqin
namespace: jyy_canteen
username: nacos
password: nacos
# 配置文件格式

View File

@ -5,7 +5,7 @@ spring:
name: bonus-smart-canteen
profiles:
# 环境配置
active: bonus_jyy_local
active: jyy_canteen_local.yml
mqtt:
emqx:
broker: ${EMQX_SERVER:tcp://emqx:1883}