|
|
@ -1,7 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
# The class cannot be named by Pascal or camel case.
|
|
|
|
# The class cannot be named by Pascal or camel case.
|
|
|
|
# If it is not used, the corresponding structure will not be set,
|
|
|
|
# If it is not used, the corresponding structure will not be set,
|
|
|
|
# and it will not be read naturally.
|
|
|
|
# and it will not be read naturally.
|
|
|
|
|
|
|
|
serverversion: 1.0.0
|
|
|
|
#---------------Infrastructure configuration---------------------#
|
|
|
|
#---------------Infrastructure configuration---------------------#
|
|
|
|
etcd:
|
|
|
|
etcd:
|
|
|
|
etcdSchema: openIM
|
|
|
|
etcdSchema: openIM
|
|
|
@ -119,6 +120,10 @@ push:
|
|
|
|
android:
|
|
|
|
android:
|
|
|
|
accessID: 111
|
|
|
|
accessID: 111
|
|
|
|
secretKey: 111
|
|
|
|
secretKey: 111
|
|
|
|
|
|
|
|
jpns:
|
|
|
|
|
|
|
|
appKey: 2783339cee4de379cc798fe1
|
|
|
|
|
|
|
|
masterSecret: 66e5f309e032c68cc668c28a
|
|
|
|
|
|
|
|
pushUrl: "https://api.jpush.cn/v3/push"
|
|
|
|
manager:
|
|
|
|
manager:
|
|
|
|
appManagerUid: ["openIM123456","openIM654321"]
|
|
|
|
appManagerUid: ["openIM123456","openIM654321"]
|
|
|
|
secrets: ["openIM1","openIM2"]
|
|
|
|
secrets: ["openIM1","openIM2"]
|
|
|
@ -134,8 +139,8 @@ multiloginpolicy:
|
|
|
|
tokenpolicy:
|
|
|
|
tokenpolicy:
|
|
|
|
accessSecret: "open_im_server"
|
|
|
|
accessSecret: "open_im_server"
|
|
|
|
# Token effective time seconds as a unit
|
|
|
|
# Token effective time seconds as a unit
|
|
|
|
#Seven days
|
|
|
|
#Seven days 7*24*60*60
|
|
|
|
accessExpire: 7
|
|
|
|
accessExpire: 604800
|
|
|
|
|
|
|
|
|
|
|
|
messagecallback:
|
|
|
|
messagecallback:
|
|
|
|
callbackSwitch: false
|
|
|
|
callbackSwitch: false
|
|
|
|