mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-27 20:30:40 +08:00
config
This commit is contained in:
parent
a314f2d1cb
commit
7101ba472d
@ -1,19 +1,19 @@
|
|||||||
etcd:
|
etcd:
|
||||||
userName:
|
userName:
|
||||||
password:
|
password:
|
||||||
secret: # etcd 配置密钥
|
secret: # etcd 配置加密秘钥
|
||||||
|
|
||||||
mysql:
|
mysql:
|
||||||
dbMysqlUserName: root #mysql用户名,建议修改
|
dbMysqlUserName: root #mysql用户名
|
||||||
dbMysqlPassword: openIM123 # mysql密码,建议修改
|
dbMysqlPassword: openIM123 # mysql密码
|
||||||
|
|
||||||
mongo:
|
mongo:
|
||||||
dbUserName: root #mongo用户名,建议先不设置
|
dbUserName: root #mongo用户名
|
||||||
dbPassword: openIM123 #mongo密码,建议先不设置
|
dbPassword: openIM123 #mongo密码
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
dbUserName:
|
dbUserName:
|
||||||
dbPassWord: openIM123 #redis密码 建议修改
|
dbPassWord: openIM123 #redis密码
|
||||||
|
|
||||||
kafka:
|
kafka:
|
||||||
SASLUserName:
|
SASLUserName:
|
||||||
@ -25,19 +25,19 @@ credential:
|
|||||||
accessKeyID: root
|
accessKeyID: root
|
||||||
secretAccessKey: openIM123
|
secretAccessKey: openIM123
|
||||||
|
|
||||||
secret: tuoyun
|
secret: tuoyun #建议修改
|
||||||
|
|
||||||
tokenpolicy:
|
tokenpolicy:
|
||||||
accessSecret: "open_im_server" #token生成相关,默认即可
|
accessSecret: "open_im_server" #token生成相关 建议修改
|
||||||
accessExpire: 90 #token过期时间(天) 默认即可
|
accessExpire: 90 #token过期时间(天) 默认即可
|
||||||
|
|
||||||
messageverify:
|
messageverify:
|
||||||
friendVerify: false
|
friendVerify: false #发送消息是否验证好友关系 false表示不验证好友关系
|
||||||
|
|
||||||
push:
|
push:
|
||||||
getui: #个推推送
|
getui:
|
||||||
pushUrl: "https://restapi.getui.com/v2/$appId"
|
pushUrl: "https://restapi.getui.com/v2/$appId"
|
||||||
masterSecret: ""
|
masterSecret: "" #需添加
|
||||||
appKey: ""
|
appKey: "" #需添加
|
||||||
enable: false
|
enable: false #true启动个推推送
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user