Browse Source

Update app.json

Fix so that Parse Cloud will work.  http://localhost actually doesn't work.
Roger Hu 9 years ago
parent
commit
0085990a2f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app.json

+ 2 - 2
app.json

@@ -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",