Skip to content

Commit 0085990

Browse files
committed
Update app.json
Fix so that Parse Cloud will work. http://localhost actually doesn't work.
1 parent 997574e commit 0085990

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"value": "myMasterKey"
1919
},
2020
"SERVER_URL": {
21-
"description": "URL to connect to your Heroku instance (leave as http://localhost/ + PARSE_MOUNT)",
22-
"value": "http://localhost/parse"
21+
"description": "URL to connect to your Heroku instance (update with your app's name + PARSE_MOUNT)",
22+
"value": "http://yourappname.herokuapp.com/parse"
2323
}
2424
},
2525
"image": "heroku/nodejs",

0 commit comments

Comments
 (0)