-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathapp.json
27 lines (27 loc) · 1001 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
{
"name": "QuantiModo",
"description": "Track and optimize any variable on the web, iOS, Android, or Chrome",
"repository": "https://github.com/QuantiModo/quantimodo-android-chrome-ios-web-app",
"logo": "https://www.challenge.gov/wp-content/uploads/2016/05/quantimodo-logo-qm-rainbow-768x768.jpg",
"keywords": ["tracking", "health", "mood", "quantified self"],
"website": "https://quantimo.do/",
"env": {
"APP_DISPLAY_NAME": {
"description": "Should match the name you used in your config.xml",
"value": "YourAppDisplayNameHere"
},
"QUANTIMODO_CLIENT_ID": {
"description": "The QuantiModo client id generated at https://app.quantimo.do/api/v2/apps",
"value": "your_quantimodo_client_id_here"
},
"QUANTIMODO_CLIENT_SECRET": {
"description": "The QuantiModo client secret generated at https://app.quantimo.do/api/v2/apps",
"value": "your_quantimodo_client_secret_here"
}
},
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-nodejs"
}
]
}