forked from dyf/fys-Multi-tenant
Compare commits
3 Commits
8106d09e67
...
b08d23eef4
Author | SHA1 | Date | |
---|---|---|---|
b08d23eef4 | |||
add0738b28 | |||
b61c9c7a06 |
@ -101,13 +101,13 @@ spring:
|
|||||||
spring.data:
|
spring.data:
|
||||||
redis:
|
redis:
|
||||||
# 地址
|
# 地址
|
||||||
host: 47.120.79.150
|
host: 47.107.152.87
|
||||||
# 端口,默认为6379
|
# 端口,默认为6379
|
||||||
port: 6379
|
port: 6379
|
||||||
# 数据库索引
|
# 数据库索引
|
||||||
database: 1
|
database: 1
|
||||||
# redis 密码必须配置
|
# redis 密码必须配置
|
||||||
password: xhYc_djkl382^#780!
|
password: re_fs_11520631
|
||||||
# 连接超时时间
|
# 连接超时时间
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
# 是否开启ssl
|
# 是否开启ssl
|
||||||
@ -185,7 +185,6 @@ sms:
|
|||||||
#模板变量 上述模板的变量
|
#模板变量 上述模板的变量
|
||||||
templateName: code
|
templateName: code
|
||||||
signature: 深圳市富源晟科技
|
signature: 深圳市富源晟科技
|
||||||
# sdk-app-id: 您的sdkAppId
|
|
||||||
config2:
|
config2:
|
||||||
# 厂商标识,标定此配置是哪个厂商,详细请看厂商标识介绍部分
|
# 厂商标识,标定此配置是哪个厂商,详细请看厂商标识介绍部分
|
||||||
supplier: tencent
|
supplier: tencent
|
||||||
@ -287,6 +286,7 @@ mqtt:
|
|||||||
subTopic: A/#,worker/location/#
|
subTopic: A/#,worker/location/#
|
||||||
pubTopic: B/#
|
pubTopic: B/#
|
||||||
pubClientId: fys_pubClient
|
pubClientId: fys_pubClient
|
||||||
|
enabled: false
|
||||||
|
|
||||||
|
|
||||||
# 文件存储路径
|
# 文件存储路径
|
||||||
|
Reference in New Issue
Block a user