Parse-sdk-js: How could I use Parse-SDK-JS to point to my own Parse server

Created on 23 May 2016  路  2Comments  路  Source: parse-community/Parse-SDK-JS

I have built a self-hosted Parse server. How could I connect my front-end html to this server?

Most helpful comment

Parse.serverURL = "http://yourserver.com/parse"

All 2 comments

Parse.serverURL = "http://yourserver.com/parse"

It would be nice if the documentation was updated to mention this variable. Neither the Javascript SDK Guide or API Reference mention it. I had to hunt though the github issues to find this post. Configuring the Javascript SDK for your parse-server is a integral step in setting up the Javascript SDK.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Gyran picture Gyran  路  5Comments

dblythy picture dblythy  路  4Comments

adrianchifor picture adrianchifor  路  3Comments

bezi picture bezi  路  4Comments

simpleshadow picture simpleshadow  路  6Comments