-
-
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
I am unable to use json format to start parse-server #1358
Comments
That's odd, did you set appId and masterKey in your json? Can you post your JSON? |
your config.json should look like that:
|
Thank you ,its working now.(using variable names as appId,masterKey,..) Sorry, I forgot to share the JSON the file. Can we give environment variables in the JSON file? |
no, the JSON file uses the regular format with the same naming as the options when you use it as an express middleware |
my configuration.json is as follow { but I keep getting an error when I run
/configuration.js:2 SyntaxError: Unexpected token : Can someone help please |
I am unable to use json format to start parse-server.
Execution log
I am referring to this statement in Readme file
"You may pass these as parameters when running a standalone parse-server, or by loading a configuration file in JSON format using parse-server path/to/configuration.json. "
The text was updated successfully, but these errors were encountered: