You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Open-IM-Server/config/usualConfig.yaml

44 lines
937 B

etcd:
userName:
password:
2 years ago
secret: openIM123 # etcd 配置密钥
mysql:
2 years ago
dbMysqlUserName: root #mysql用户名
dbMysqlPassword: openIM123 # mysql密码
mongo:
2 years ago
dbUserName: root #mongo用户名
dbPassword: openIM123 #mongo密码
redis:
2 years ago
dbUserName:
2 years ago
dbPassWord: openIM123 #redis密码
kafka:
SASLUserName:
SASLPassword:
credential:
minio:
2 years ago
endpoint: http://127.0.0.1:10005 #发图片视频文件需要填写
2 years ago
accessKeyID: root
secretAccessKey: openIM123
2 years ago
secret: tuoyun #建议修改
2 years ago
tokenpolicy:
2 years ago
accessSecret: "open_im_server" #token生成相关 建议修改
2 years ago
accessExpire: 90 #token过期时间 默认即可
messageverify:
2 years ago
friendVerify: false #发送消息是否验证好友关系 false表示不验证好友关系
push:
2 years ago
getui:
pushUrl: "https://restapi.getui.com/v2/$appId"
2 years ago
masterSecret: "" #需添加
appKey: "" #需添加
enable: false #true启动个推推送
2 years ago