We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 997574e commit 0085990Copy full SHA for 0085990
app.json
@@ -18,8 +18,8 @@
18
"value": "myMasterKey"
19
},
20
"SERVER_URL": {
21
- "description": "URL to connect to your Heroku instance (leave as http://localhost/ + PARSE_MOUNT)",
22
- "value": "http://localhost/parse"
+ "description": "URL to connect to your Heroku instance (update with your app's name + PARSE_MOUNT)",
+ "value": "http://yourappname.herokuapp.com/parse"
23
}
24
25
"image": "heroku/nodejs",
0 commit comments