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 6dc8d28 commit 4634bfbCopy full SHA for 4634bfb
README.md
@@ -19,7 +19,7 @@ The fastest and easiest way to get started is to run MongoDB and Parse Server lo
19
```
20
$ npm install -g parse-server mongodb-runner
21
$ mongodb-runner start
22
-$ parse-server --appId APPLICATION_ID --masterKey MASTER_KEY
+$ parse-server --appId APPLICATION_ID --masterKey MASTER_KEY --databaseURI mongodb://localhost/test
23
24
25
You can use any arbitrary string as your application id and master key. These will be used by your clients to authenticate with the Parse Server.
0 commit comments