init
This commit is contained in:
parent
03feb7332d
commit
9bf634fb66
|
|
@ -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
|
||||
# 配置文件格式
|
||||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue