This repository has been archived by the owner on Jan 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
/
app.json
77 lines (76 loc) · 2.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "TreecounterApp",
"displayName": "TreecounterApp",
"description": "this repository contains the code of the web clients and the native iOS and Android apps of the Trillion Tree Campaign at https://www.trilliontreecampaign.org/ written with React-Native",
"keywords": ["treecounter", "react-native"],
"website": "https://www.trilliontreecampaign.org/",
"repository": "https://github.com/Plant-for-the-Planet-org/treecounter-app",
"logo": "https://www.trilliontreecampaign.org/assets/apple-touch-icon-57x57.png",
"success_url": "/",
"stack": "heroku-18",
"env": {
"googleMapApiKey": {
"description": "Google Maps Api Key",
"required": "false"
},
"mediaPath": {
"description": "Media Path",
"value": "/media/cache"
},
"scheme": {
"description": "Website server protocol",
"value": "https"
},
"host": {
"description": "Website server domain - add app url",
"required": "false"
},
"api_url": {
"description": "API endpoint",
"value": "https://app-development.plant-for-the-planet.org"
},
"base": {
"description": "API base url. Debug mode off: on: \"/app_dev.php\" (requires login)",
"required": "false"
},
"debug": {
"description": "local console debugging switch",
"value": "true"
},
"currency": {
"description": "Currency",
"value": "EUR"
},
"bugsnagApiKey": {
"description": "Bug snag API Key",
"required": "false"
},
"androidAppId": {
"description": "Android App ID",
"value": "org.pftp"
},
"iosAppId": {
"description": "iOS app ID",
"value": "1444740626"
},
"locationApikKey": {
"description": "Location API Key",
"required": "false"
},
"env": {
"description": "env should be develop, staging, production",
"value": "production"
}
},
"formation": {
"web": {
"quantity": 1,
"size": "free"
}
},
"addons": [
{
"plan": "papertrail:choklad"
}
]
}