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
44
45
46
47
48
49
50
51
52
53
| {
| "passwordSecret": "nx.unicloud.password.secret",
| "tokenSecret": "nx.unicloud.token.secret",
| "tokenExpiresIn": 7200,
| "tokenExpiresThreshold": 600,
| "passwordErrorLimit": 6,
| "bindTokenToDevice": false,
| "passwordErrorRetryTime": 3600,
| "autoSetInviteCode": true,
| "forceInviteCode": false,
| "preferedAppPlatform": "app-plus",
| "app-plus": {
| "tokenExpiresIn": 2592000,
| "oauth" : {
| "weixin" : {
| "appid": "weixin appid",
| "appsecret": "weixin appsecret"
| },
| "apple": {
| "bundleId": "your APP bundleId"
| }
| }
| },
| "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"
| },
| "univerify": {
| "appid":"your appid",
| "apiKey": "your apiKey",
| "apiSecret": "your apiSecret"
| }
| }
| }
|
|