Skip to content

Commit 4634bfb

Browse files
AlaaAttyadrew-gross
authored andcommitted
Fixed: When using an explicit database adapter, you must also use and explicit filesAdapter. (#2245)
1 parent 6dc8d28 commit 4634bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The fastest and easiest way to get started is to run MongoDB and Parse Server lo
1919
```
2020
$ npm install -g parse-server mongodb-runner
2121
$ mongodb-runner start
22-
$ parse-server --appId APPLICATION_ID --masterKey MASTER_KEY
22+
$ parse-server --appId APPLICATION_ID --masterKey MASTER_KEY --databaseURI mongodb://localhost/test
2323
```
2424

2525
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

Comments
 (0)