Fixed: When using an explicit database adapter, you must also use and explicit filesAdapter. (#2245)

This commit is contained in:
Alaa Attya Mohamed
2016-07-10 20:16:42 +03:00
committed by Drew
parent 6dc8d287d6
commit 4634bfb3e4

View File

@@ -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 $ npm install -g parse-server mongodb-runner
$ mongodb-runner start $ 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. 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.