-
Notifications
You must be signed in to change notification settings - Fork 1
/
config_old.json
39 lines (39 loc) · 986 Bytes
/
config_old.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
{
"url": {
"default": "live",
"list": {
"dev": "https://map.decarbnow.abteil.org",
"live": "https://map.decarbnow.space"
}
},
"data": {
"default": "github",
"list": {
"github": "https://raw.githubusercontent.com/decarbnow/data/master/",
"local": "http://127.0.0.1:8088/"
}
},
"keys": {
"sentinalmap": "xxx"
},
"backend": {
"default": "live",
"list": {
"live": {
"format": "python",
"server": "https://dev.decarbnow.space"
},
"devServer": {
"format": "python",
"server": "https://backend.decarbnow.abteil.org"
},
"devLocal": {
"format": "python",
"server": "http://127.0.0.1:5000"
},
"file": {
"format": "file"
}
}
}
}