Skip to content

Parse retired, in PHP SDK can i change serverURL ? from PARSE Server #222

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
mauriciord opened this issue Feb 4, 2016 · 5 comments
Closed

Comments

@mauriciord
Copy link

Hello, Parse made a announcement that will retire on 2017, you know that they provided the Parse Server.
At Docs, they say to change server URL at Javascript for example:

Parse.initialize("YOUR_APP_ID", "YOUR_APP_CLIENT_KEY");
Parse.serverURL = 'http://localhost:1337/parse'

Is there a way to make that in PHP SDK ?
Thanks.

@gateway
Copy link

gateway commented Feb 5, 2016

Any Updates to this? I need to work in migration of our app and we have some admin backend stuff that talks to parse.

@Copyrightsworld
Copy link

I second that (or third that :P) any updates to change the server url ?

@Copyrightsworld
Copy link

Just realised there is a PR for that. Havent tested it yet though. Will do..

@fraxool
Copy link

fraxool commented Feb 8, 2016

If it can help someone, I wrote a complete answer which works for me, on Stackoverflow :

http://stackoverflow.com/a/35132450/4569921

@gfosco
Copy link
Contributor

gfosco commented Feb 17, 2016

Updated in 1.2.0:

ParseClient::setServerURL('https://myapp.herokuapp.com/parse');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants