Skip to content

Commit 09230db

Browse files
committed
change to http://localhost
1 parent 183f379 commit 09230db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"value": "myMasterKey"
1919
},
2020
"SERVER_URL": {
21-
"description": "URL of your Heroku instance",
22-
"value": "http://myapp.herokuapp.com/parse"
21+
"description": "URL to connect to your Heroku instance (leave as http://localhost)",
22+
"value": "http://localhost/parse"
2323
}
2424
},
2525
"image": "heroku/nodejs",

0 commit comments

Comments
 (0)