-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
58 lines (54 loc) · 1.8 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
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
{
"about this file": "This document defines configuration for this project that is not content or copy.",
"projectIdentifier": "dispatch-response-times",
"data": {
"content": "./content.json",
"pkg": "./package.json"
},
"cms": {
"defaultArticleContentTemplateRewriteClass": "article-lcd-body-content",
"pages": [
{
"id": "index",
"articleId": "506438091",
"lcd": "506438111",
"default": true
}
]
},
"styles": {
"globals": [
"https://api.mapbox.com/mapbox-gl-js/v0.53.1/mapbox-gl.css",
"https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-geocoder/v3.1.4/mapbox-gl-geocoder.css"
]
},
"js": {
"globals": [
"https://cdn.polyfill.io/v2/polyfill.min.js",
"https://api.mapbox.com/mapbox-gl-js/v0.53.1/mapbox-gl.js",
"https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-geocoder/v3.1.4/mapbox-gl-geocoder.min.js",
"http://static.startribune.com/assets/libs/topojson/3.0.2/topojson.min.js"
]
},
"publishToken": "e972852ee6e3b0355a4f2dcf27e152ba",
"publish": {
"default": {
"bucket": "static.startribune.com",
"path": "news/projects-staging/all/dispatch-response-times",
"url": "http://static.startribune.com/news/projects-staging/all/dispatch-response-times/",
"cacheSeconds": 30
},
"testing": {
"bucket": "stribtest-bucket",
"path": "news/projects/dispatch-response-times",
"url": "https://s3.amazonaws.com/stribtest-bucket/news/projects/dispatch-response-times/",
"cacheSeconds": 30
},
"production": {
"bucket": "static.startribune.com",
"path": "news/projects/all/dispatch-response-times",
"url": "http://static.startribune.com/news/projects/all/dispatch-response-times/",
"cacheSeconds": 600
}
}
}