forked from therealFlauwy/1UP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
26 lines (26 loc) · 791 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
{
"name": "Utopian 1 Up",
"description": "Backend for Utopian 1UP curation trail",
"repository": "https://github.com/therealFlauwy/1UP",
"keywords": ["utopian", "steem", "1up"],
"env": {
"PARSE_MOUNT": {
"description": "Configure Parse API route.",
"value": "/parse"
},
"APP_ID": {
"description": "A unique identifier for your app.",
"value": "myAppId"
},
"MASTER_KEY": {
"description": "A key that overrides all permissions. Keep this secret.",
"value": "myMasterKey"
},
"SERVER_URL": {
"description": "URL to connect to your Heroku instance (update with your app's name + PARSE_MOUNT)",
"value": "http://yourappname.herokuapp.com/parse"
}
},
"image": "heroku/nodejs",
"addons": ["mongolab"]
}