We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ac7a52 commit c0714b9Copy full SHA for c0714b9
README.md
@@ -67,6 +67,20 @@ The standalone Parse Server can be configured using [environment variables](#con
67
68
Please refer to the [configuration section](#configuration) or help;
69
70
+To get more help for running the parse-server standalone, you can run:
71
+
72
+`$ npm start -- --help`
73
74
+The standalone API server supports loading a configuration file in JSON format:
75
76
+`$ npm start -- path/to/your/config.json`
77
78
+The default port is 1337, to use a different port set the `--port` option:
79
80
+`$ npm start -- --port=8080 path/to/your/config.json`
81
82
+Please refer to the [configuration section](#configuration) or help;
83
84
You can also install Parse Server globally:
85
86
`$ npm install -g parse-server`
0 commit comments