This repository was archived by the owner on Mar 12, 2026. It is now read-only.
forked from Pegaslabs/apps
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings-sample.json
More file actions
103 lines (102 loc) · 2.22 KB
/
settings-sample.json
File metadata and controls
103 lines (102 loc) · 2.22 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"public": {
"webservices": {
"account": {
"status": "active",
"url": "https://setup.steedos.com:443"
},
"admin": {
"status": "active",
"url": "https://adminws.steedos.com:443"
},
"attachments": {
"status": "active",
"url": "https://attachmentsws.steedos.com:443"
},
"chat": {
"status": "active",
"url": "https://chatws.steedos.com:443"
},
"contacts": {
"status": "active",
"url": "https://contactsws.steedos.com:443"
},
"keyvalue": {
"status": "active",
"url": "https://keyvaluews.steedos.com:443"
},
"push": {
"status": "active",
"url": "https://pushws.steedos.com:443"
},
"s3": {
"status": "active",
"url": "https://s3ws.steedos.com"
},
"ubiquity": {
"status": "active",
"url": "https://ubiquityws.steedos.com:443"
},
"uuflow": {
"status": "active",
"url": "https://uuflowws.steedos.com:443"
},
"www": {
"status": "active",
"url": "https://www.steedos.com:443"
}
},
"cfs": {
"store": "OSS"
}
},
"push": {
"aliyun": {
"appKey": "xxxxxxx",
"accessKeyId": "xxxxxxx",
"secretAccessKey": "xxxxxxx",
"endpoint": "http://cloudpush.aliyuncs.com",
"apiVersion": "2015-08-27"
},
"apn": {
"keyData": "xxxxxxx",
"certData": "xxxxxxx"
},
"gcm": {
"projectNumber": "xxxxxx",
"apiKey": "xxxxxxx"
}
},
"cfs": {
"aliyun": {
"region": "xxxxxx",
"internal": false,
"bucket": "xxxxxx",
"folder": "xxxxxx",
"accessKeyId": "xxxxxx",
"secretAccessKey": "xxxxxx"
},
"aws": {
"region": "xxxxxx",
"bucket": "xxxxxx",
"folder": "xxxxxx",
"accessKeyId": "xxxxxx",
"secretAccessKey": "xxxxxx"
}
},
"cron": {
"bqq": "0 * * * * *",
"dingtalk": "0 * * * * *",
"statistics": "0 0 23 * * *",
"billing": "0 * * * * *"
},
"email": {
"from": "Steedos <xxx@xxxxxx>"
},
"imo": {
"appcid": "xxx",
"appuid": "xxx",
"sync_app_key": "xxx",
"push_app_key": "xxx"
}
}