Explorar el Código

Merge pull request #78 from rogerhu/serverurl

change to localhost for Heroku one-click deploys
Drew hace 9 años
padre
commit
7ef5967109
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      app.json

+ 2 - 2
app.json

@@ -18,8 +18,8 @@
       "value": "myMasterKey"
     },
     "SERVER_URL": {
-      "description": "URL of your Heroku instance",
-      "value": "http://myapp.herokuapp.com/parse"
+      "description": "URL to connect to your Heroku instance (leave as http://localhost)",
+      "value": "http://localhost/parse"
     }
   },
   "image": "heroku/nodejs",