init
This commit is contained in:
parent
03feb7332d
commit
9bf634fb66
|
|
@ -9,13 +9,13 @@ spring:
|
||||||
discovery:
|
discovery:
|
||||||
# 服务注册地址
|
# 服务注册地址
|
||||||
server-addr: 127.0.0.1:8848
|
server-addr: 127.0.0.1:8848
|
||||||
namespace: bonus_houqin
|
namespace: jyy_canteen
|
||||||
username: nacos
|
username: nacos
|
||||||
password: nacos
|
password: nacos
|
||||||
config:
|
config:
|
||||||
# 配置中心地址
|
# 配置中心地址
|
||||||
server-addr: 127.0.0.1:8848
|
server-addr: 127.0.0.1:8848
|
||||||
namespace: bonus_houqin
|
namespace: jyy_canteen
|
||||||
username: nacos
|
username: nacos
|
||||||
password: nacos
|
password: nacos
|
||||||
# 配置文件格式
|
# 配置文件格式
|
||||||
|
|
@ -5,7 +5,7 @@ spring:
|
||||||
name: bonus-smart-canteen
|
name: bonus-smart-canteen
|
||||||
profiles:
|
profiles:
|
||||||
# 环境配置
|
# 环境配置
|
||||||
active: bonus_jyy_local
|
active: jyy_canteen_local.yml
|
||||||
mqtt:
|
mqtt:
|
||||||
emqx:
|
emqx:
|
||||||
broker: ${EMQX_SERVER:tcp://emqx:1883}
|
broker: ${EMQX_SERVER:tcp://emqx:1883}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue