Add quotes to account token key in example config.cson

This commit is contained in:
Brett Gerry 2015-10-26 17:13:05 -07:00
parent 6d7743ae93
commit 22b406484f

View file

@ -148,8 +148,8 @@ however, the Sync Engine is open source and you can run it yourself.
}
]
accountTokens:
{ACCOUNT_ID_1}: "{ACCOUNT_ID_1}"
{ACCOUNT_ID_2}: "{ACCOUNT_ID_2}"
"{ACCOUNT_ID_1}": "{ACCOUNT_ID_1}"
"{ACCOUNT_ID_2}": "{ACCOUNT_ID_2}"
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