Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"value": "myMasterKey"
},
"SERVER_URL": {
"description": "URL to connect to your Heroku instance (leave as http://localhost/ + PARSE_MOUNT)",
"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"
}
},
"image": "heroku/nodejs",
Expand Down