Compare commits
No commits in common. "83dffa593f5a1ba2ba1ed836b383edc9e78dc190" and "d584a157efb77c06ab582356e62e92cb1e36b1a8" have entirely different histories.
83dffa593f
...
d584a157ef
|
|
@ -12,18 +12,16 @@ spring:
|
|||
active: zlpt_cloud_dev
|
||||
cloud:
|
||||
nacos:
|
||||
# username: nacos
|
||||
# password: Bonus@admin123!
|
||||
username: nacos
|
||||
password: Bonus@admin123!
|
||||
discovery:
|
||||
# 服务注册地址
|
||||
# server-addr: 192.168.1.3:8848
|
||||
server-addr: 10.40.92.74:8848
|
||||
namespace: zlpt_cloud_dev
|
||||
server-addr: 192.168.1.3:8848
|
||||
# namespace: zlpt_cloud_dev
|
||||
config:
|
||||
# 配置中心地址
|
||||
# server-addr: 192.168.1.3:8848
|
||||
server-addr: 10.40.92.74:8848
|
||||
namespace: zlpt_cloud_dev
|
||||
server-addr: 192.168.1.3:8848
|
||||
# namespace: zlpt_cloud_dev
|
||||
# 配置文件格式
|
||||
file-extension: yml
|
||||
# 共享配置
|
||||
|
|
|
|||
|
|
@ -13,9 +13,8 @@ tencent:
|
|||
# 短信签名内容
|
||||
signName: 作业智慧管控系统小程序
|
||||
# 正文模板ID
|
||||
templateCodeIds:
|
||||
1: 2014173
|
||||
2: 2014506
|
||||
# templateId: 2014173
|
||||
templateId: 2014506
|
||||
# 超时时间
|
||||
timeout: 1000
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue