forked from google/wikiloop-doublecheck
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
43 lines (43 loc) · 1.03 KB
/
app.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
{
"description": "A web app for Wikipedians to fight vandalism together.",
"repository": "[email protected]:google/wikiloop-battlefield.git",
"logo": "https://raw.githubusercontent.com/google/wikiloop-battlefield/master/assets/wikiloop-battlefield-logo.png",
"keywords": ["wikiloop", "wikipedia", "wikiloop-battlefield", "counter-vandalism", "anti-vandalism", "vandalism"],
"addons": [
"mongolab"
],
"buildpacks": [
{
"url": "heroku/nodejs"
}
],
"env": {
"GA_ID": {
"required": true,
"description": "The Google Analytics ID. Feel free to use the dev one we provided.",
"value": "UA-122681777-3"
},
"HOST": {
"required": true,
"value": "0.0.0.0"
},
"NODE_ENV": {
"required": true,
"value": "production"
},
"NPM_CONFIG_PRODUCTION": {
"required": true,
"value": "false"
}
},
"formation": {
"web": {
"quantity": 1
}
},
"success_url": "/",
"name": "wikiloop-battlefield",
"scripts": {
},
"stack": "heroku-18"
}