We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to get REST to work with my python code.
I can get it to work w/o the parse-example by running parse-server and providing a command line argument of:
--restAPIKey <my rest key>
This worked fine on Google cloud (not as an app just as a stand alone node app running on a compute engine).
However, on both Heroku and AWS I cannot seem to figure out what is the Config Var I need to set to enable REST to work.
Thoughts?
For implementation related questions or technical support, please refer to the Stack Overflow and Server Fault communities.
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Server!
The text was updated successfully, but these errors were encountered:
found what I needed in /parse-server/lib/cli/cli-definitions.js.
/parse-server/lib/cli/cli-definitions.js
Correct me if I am wrong but all config vars can be derived from this file.
Sorry, something went wrong.
Yes most of them!
No branches or pull requests
I am trying to get REST to work with my python code.
I can get it to work w/o the parse-example by running parse-server and providing a command line argument of:
--restAPIKey <my rest key>
This worked fine on Google cloud (not as an app just as a stand alone node app running on a compute engine).
However, on both Heroku and AWS I cannot seem to figure out what is the Config Var I need to set to enable REST to work.
Thoughts?
For implementation related questions or technical support, please refer to the Stack Overflow and Server Fault communities.
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Server!
Environment Setup
Steps to reproduce
Logs/Trace
The text was updated successfully, but these errors were encountered: