From ad706c0609b0ca4e32608a200c7bba128806d58e Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Thu, 5 May 2016 09:45:20 -0700 Subject: [PATCH] Update CONFIGURATION.md --- CONFIGURATION.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/CONFIGURATION.md b/CONFIGURATION.md index 35bddfae7..62d173996 100644 --- a/CONFIGURATION.md +++ b/CONFIGURATION.md @@ -29,19 +29,22 @@ however, the Sync Engine is open source and you can run it yourself. This tells N1 to look at `localhost:5555` for the sync engine. If you've deployed the sync engine elsewhere, add the following block beneath `env: "local"`: - ``` - syncEngine: - APIRoot: "http://mysite.com:5555" + ```javascript + "syncEngine": { + "APIRoot": "http://mysite.com:5555" + }, ``` NOTE: If you are using a custom network layout and your sync engine is not on `localhost:5555`, use `env: custom` instead along with your alternate IP for the API Root, for example `192.168.1.00:5555` - ``` - env: "custom" - syncEngine: - APIRoot: "http://192.168.1.100:5555" + ```javascript + { + "env": "custom", + "syncEngine": { + "APIRoot": "http://192.168.1.100:5555" + }, ``` Copy the JSON array of accounts returned from the Sync Engine's `/accounts`