mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-22 23:23:54 +08:00
Add quotes to account token key in example config.cson
This commit is contained in:
parent
c7cf2f1e18
commit
1400f3e6e8
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue