1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
| {
| "passwordSecret": "passwordSecret-demo",
| "tokenSecret": "tokenSecret-demo",
| "tokenExpiresIn": 7200,
| "tokenExpiresThreshold": 600,
| "passwordErrorLimit": 6,
| "passwordErrorRetryTime": 3600,
| "autoSetInviteCode": false,
| "forceInviteCode": false,
| "app-plus": {
| "tokenExpiresIn": 2592000,
| "oauth" : {
| "weixin" : {
| "appid" : "weixin appid",
| "appsecret" : "weixin appsecret"
| }
| }
| },
| "mp-weixin": {
| "oauth" : {
| "weixin" : {
| "appid" : "weixin appid",
| "appsecret" : "weixin appsecret"
| }
| }
| },
| "mp-alipay": {
| "oauth" : {
| "alipay" : {
| "appid" : "alipay appid",
| "privateKey" : "alipay privateKey"
| }
| }
| },
| "service": {
| "sms": {
| "name": "DCloud",
| "codeExpiresIn": 300,
| "smsKey": "your sms key",
| "smsSecret": "your sms secret"
| }
| }
| }
|
|