-
Notifications
You must be signed in to change notification settings - Fork 20
/
config.json
28 lines (28 loc) · 1.03 KB
/
config.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
{
"regions": {
"rsginc": {
"datalocation": "https://raw.githubusercontent.com/RSGInc/ActivityViz_data/master/data/rsginc/"
},
"atlanta": {
"datalocation": "https://raw.githubusercontent.com/RSGInc/ActivityViz_data/master/data/atlanta/"
},
"portland": {
"datalocation": "https://raw.githubusercontent.com/RSGInc/ActivityViz_data/master/data/portland/"
},
"sandiego": {
"datalocation": "https://raw.githubusercontent.com/RSGInc/ActivityViz_data/master/data/sandiego/"
},
"sacramento": {
"datalocation": "https://raw.githubusercontent.com/RSGInc/ActivityViz_data/master/data/sacramento/"
},
"nebraska": {
"datalocation": "https://raw.githubusercontent.com/RSGInc/ActivityViz_data/master/data/nebraska/"
},
"charlotte": {
"datalocation": "https://raw.githubusercontent.com/RSGInc/ActivityViz_data/master/data/charlotte/"
},
"nashville": {
"datalocation": "https://raw.githubusercontent.com/RSGInc/ActivityViz_data/master/data/nashville/"
}
}
}