From 22e3c65b7dd6cbc5fc61e046722968682c9b5cf8 Mon Sep 17 00:00:00 2001 From: Alaa Attya Date: Sun, 10 Jul 2016 12:05:48 +0200 Subject: [PATCH] Fixed: When using an explicit database adapter, you must also use and explicit filesAdapter. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad86f4fc7d..bcba848dc4 100644 --- a/README.md +++ b/README.md @@ -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.