diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d4386c5d3..4e450c839 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -108,7 +108,17 @@ however, the Sync Engine is open source and you can run it yourself. ``` syncEngine: - APIRoot: http://mysite.com:5555 + 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" ``` Copy the JSON array of accounts returned from the Sync Engine's `/accounts`