-
Notifications
You must be signed in to change notification settings - Fork 10
/
app.json
43 lines (43 loc) · 1.11 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
{
"name": "Grano StoryWeb",
"description": "An investigative research manager.",
"keywords": [
"journalism",
"investigative",
"research"
],
"website": "http://granoproject.org/",
"repository": "https://github.com/granoproject/storyweb",
"logo": "http://granoproject.org/static/images/logo.png",
"success_url": "/",
"scripts": {
},
"env": {
"APP_TITLE": {
"description": "A title for this instance, e.g. the name of the news org.",
"value": "Grano StoryWeb"
},
"PROJECT_DESCRIPTION": {
"description": "A description for this instance."
},
"DEBUG": {
"description": "Whether to run in development mode.",
"value": "false"
},
"SECRET_KEY": {
"description": "A secret key for verifying the integrity of signed cookies.",
"generator": "secret"
},
"CALAIS_KEY": {
"description": "An API key for Reuter's OpenCalais API."
},
"OPENCORPORATES_KEY": {
"description": "An API key for the OpenCorporates API."
}
},
"addons": [
"heroku-postgresql:hobby-basic",
"rabbitmq-bigwig:pipkin",
"bonsai"
]
}