Files
open-im-server/config/usualConfig.yaml
wangchuxiao 1a93592253 Merge branch 'main' into v2.3.0release
# Conflicts:
#	.env
#	install_im_server.sh
2022-11-10 14:30:00 +08:00

33 lines
592 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: root
dbPassWord: openIM123 #redis密码 建议修改
kafka:
SASLUserName:
SASLPassword:
credential:
minio:
accessKeyID: user12345
secretAccessKey: key12345
messageverify:
friendVerify: false
push:
getui: #个推推送
masterSecret: ""
appKey: ""
enable: false