open-im-server/config/usualConfig.yaml
2022-11-10 18:23:11 +08:00

42 lines
807 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

etcd:
userName:
password:
mysql:
dbMysqlUserName: root #mysql用户名建议修改
dbMysqlPassword: openIM123 # mysql密码建议修改
mongo:
dbUserName: root #mongo用户名建议先不设置
dbPassword: openIM123 #mongo密码建议先不设置
redis:
dbUserName:
dbPassWord: openIM123 #redis密码 建议修改
kafka:
SASLUserName:
SASLPassword:
credential:
minio:
endpoint: 127.0.0.1:10005 #发图片视频文件需要填写
accessKeyID: root
secretAccessKey: openIM123
secret: tuoyun
tokenpolicy:
accessSecret: "open_im_server" #token生成相关默认即可
accessExpire: 90 #token过期时间 默认即可
messageverify:
friendVerify: false
push:
getui: #个推推送
masterSecret: ""
appKey: ""
enable: false