forked from ushahidi/platform-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
30 lines (30 loc) · 944 Bytes
/
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
{
"name": "Ushahidi Platform Client",
"description": "The JS client for the Ushahidi Platform.",
"keywords": [
"ushahidi",
"crowdmap"
],
"website": "http://ushahidi.com",
"repository": "https://github.com/ushahidi/platform-client",
"logo": "http://www.ushahidi.com/assets/img/favicon.ico",
"success_url": "/",
"env": {
"BUILDPACK_URL": "https://github.com/heroku/heroku-buildpack-multi.git",
"NODE_ENV": "dev",
"NPM_CONFIG_PRODUCTION": "false",
"BACKEND_URL": {
"description" : "A deployment of ushahidi/platform to use",
"value" : "https://ushahidi-platform-api-master.herokuapp.com",
"required" : true
},
"TX_USERNAME": {
"description" : "Your username in transifex in order to download translation files (optional)",
"required": false
},
"TX_PASSWORD": {
"description": "Your password in transifex (optional)",
"required": false
}
}
}