Skip to content

Commit

Permalink
Fixed: When using an explicit database adapter, you must also use and…
Browse files Browse the repository at this point in the history
… explicit filesAdapter. (#2245)
  • Loading branch information
AlaaAttya authored and drew-gross committed Jul 10, 2016
1 parent 6dc8d28 commit 4634bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The fastest and easiest way to get started is to run MongoDB and Parse Server lo
```
$ npm install -g parse-server mongodb-runner
$ mongodb-runner start
$ parse-server --appId APPLICATION_ID --masterKey MASTER_KEY
$ parse-server --appId APPLICATION_ID --masterKey MASTER_KEY --databaseURI mongodb://localhost/test
```

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.
Expand Down

0 comments on commit 4634bfb

Please sign in to comment.