-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathsettings-sample.json
54 lines (53 loc) · 1.34 KB
/
settings-sample.json
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
{
"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"
}
}
},
"fakes3_root": "/mnt/fakes3/10",
"template_space_en_us" : "526785fb3349041651000a75",
"template_space_zh_cn" : "526621803349041651000a1a"
}