Skip to content
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

Can't get APP_ID and MASTER_KEY since Parse no longer allow new signup #1430

Closed
jamesytl opened this issue Apr 8, 2016 · 4 comments
Closed

Comments

@jamesytl
Copy link

jamesytl commented Apr 8, 2016

I am new to Parse.com and currently I'm trying to setup a new parse server for my mobile application. I have followed the tutorial and created a new azure app service with a forked parseServer

Currently I'm lost at the step where I have to insert the app_id and master_key value because I am unable to create new account for Parse.com and from what I understand the only way to get App_id and Master_key is through the dashboard of Parse.com. Or must I host the parseServer locally first then only I can retrieve the values through there?

@flovilmart
Copy link
Contributor

You can user whatever you want for those values. Keep in mind that the masterKey should remain secret and you should not use it in your client apps.

@jamesytl
Copy link
Author

jamesytl commented Apr 8, 2016

Ah I see so its self declare value. Sorry but I have another question. How about the mongodb connection string? Should I host the mongodb at azure as well?

@flovilmart
Copy link
Contributor

You can host it on azure, I know Microsoft has a special thing for parse-server on azure https://azure.microsoft.com/en-us/blog/announcing-the-publication-of-parse-server-with-azure-managed-services/

@jamesytl
Copy link
Author

jamesytl commented Apr 8, 2016

I believe this is what I need. Thanks a lot for the help! Much appreciate

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

2 participants