修正配置中的token过期时间单位 (#52)

Co-authored-by: tanzhongwu <tanzhongwu@mail.wjhudong.com>
pull/47/head
tzw 3 years ago committed by GitHub
parent 04ad424efa
commit 3e45d489b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -133,9 +133,9 @@ multiloginpolicy:
#token config
tokenpolicy:
accessSecret: "open_im_server"
# Token effective time seconds as a unit
#Seven days 7*24*60*60
accessExpire: 604800
# Token effective time days as a unit
#Seven days 7
accessExpire: 7
messagecallback:
callbackSwitch: false

Loading…
Cancel
Save