-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Comments
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. |
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? |
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/ |
I believe this is what I need. Thanks a lot for the help! Much appreciate |
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?
The text was updated successfully, but these errors were encountered: