Files
open-im-server/config/usualConfig.yaml
wangchuxiao bb1babad11 config
2022-11-10 14:51:35 +08:00

33 lines
583 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:
accessKeyID: root
secretAccessKey: openIM123
messageverify:
friendVerify: false
push:
getui: #个推推送
masterSecret: ""
appKey: ""
enable: false