add configuration
This commit is contained in:
parent
7179bb79a0
commit
8f1fd17f5c
|
@ -54,6 +54,27 @@ rdb:
|
||||||
autoRegist: true
|
autoRegist: true
|
||||||
tls: false
|
tls: false
|
||||||
startTLS: false
|
startTLS: false
|
||||||
|
sender:
|
||||||
|
mail:
|
||||||
|
# three choice: smtp|shell|api
|
||||||
|
way: smtp
|
||||||
|
worker: 10
|
||||||
|
api: http://127.0.0.1:2008/mail
|
||||||
|
sms:
|
||||||
|
# two choice: shell|api
|
||||||
|
way: api
|
||||||
|
worker: 10
|
||||||
|
api: http://127.0.0.1:2008/sms
|
||||||
|
voice:
|
||||||
|
# two choice: shell|api
|
||||||
|
way: shell
|
||||||
|
worker: 10
|
||||||
|
api: http://127.0.0.1:2008/voice
|
||||||
|
im:
|
||||||
|
# five choice: shell|api|wechat|wechat_robot|dingtalk_robot
|
||||||
|
way: shell
|
||||||
|
worker: 10
|
||||||
|
api: http://127.0.0.1:2008/im
|
||||||
## for enterprise edition
|
## for enterprise edition
|
||||||
#sso:
|
#sso:
|
||||||
# enable: false
|
# enable: false
|
||||||
|
@ -169,4 +190,9 @@ judge:
|
||||||
connTimeout: 1000
|
connTimeout: 1000
|
||||||
callTimeout: 2000
|
callTimeout: 2000
|
||||||
indexCallTimeout: 2000
|
indexCallTimeout: 2000
|
||||||
indexMod: server
|
indexMod: server
|
||||||
|
|
||||||
|
wechat:
|
||||||
|
corp_id: "xxxxxxxxxxxxx"
|
||||||
|
agent_id: 1000000
|
||||||
|
secret: "xxxxxxxxxxxxxxxxx"
|
Loading…
Reference in New Issue