add usualConfig

This commit is contained in:
wangchuxiao
2022-11-10 18:23:11 +08:00
parent 1c528b0f04
commit 08f3a79e6e
3 changed files with 34 additions and 9 deletions
+9 -2
View File
@@ -20,10 +20,16 @@ kafka:
credential:
minio:
endpoint: #发图片视频文件需要填写
endpoint: 127.0.0.1:10005 #发图片视频文件需要填写
accessKeyID: root
secretAccessKey: openIM123
secret: tuoyun
tokenpolicy:
accessSecret: "open_im_server" #token生成相关,默认即可
accessExpire: 90 #token过期时间(天) 默认即可
messageverify:
friendVerify: false
@@ -31,4 +37,5 @@ push:
getui: #个推推送
masterSecret: ""
appKey: ""
enable: false
enable: false