From 8b22c4efe5b3981d260ecbf9e4f6e7e391fa346d Mon Sep 17 00:00:00 2001 From: OliverCole Date: Mon, 2 May 2016 21:47:35 +0100 Subject: [PATCH] Fix config.json markdown (#2101) --- CONFIGURATION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONFIGURATION.md b/CONFIGURATION.md index 4dcdf0a39..35bddfae7 100644 --- a/CONFIGURATION.md +++ b/CONFIGURATION.md @@ -57,7 +57,7 @@ however, the Sync Engine is open source and you can run it yourself. with the account ID as both the key and value. The final `config.json` file should look something like this: - + ```javascript { "*": { "env": "local", @@ -91,7 +91,7 @@ however, the Sync Engine is open source and you can run it yourself. } } } - + ``` Note: `{ACCOUNT_ID_1}` refers to the database ID of the `Account` object you create when setting up the Sync Engine. The JSON above should match fairly closely with the Sync Engine `Account` object.