mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-23 15:46:28 +08:00
copy(contributing): example config
This commit is contained in:
parent
2f5393c1a8
commit
28a88c7672
1 changed files with 27 additions and 27 deletions
|
@ -60,30 +60,30 @@ however, the Sync Engine is open source and you can run it yourself.
|
||||||
1. After you've linked accounts to the Sync Engine, populate your
|
1. After you've linked accounts to the Sync Engine, populate your
|
||||||
`~/.nylas/config.cson` as follows:
|
`~/.nylas/config.cson` as follows:
|
||||||
|
|
||||||
"*":
|
"*":
|
||||||
nylas:
|
nylas:
|
||||||
accounts: [
|
accounts: [
|
||||||
{
|
{
|
||||||
server_id: "{ACCOUNT_ID_1}"
|
server_id: "{ACCOUNT_ID_1}"
|
||||||
object: "account"
|
object: "account"
|
||||||
account_id: "{ACCOUNT_ID_1}"
|
account_id: "{ACCOUNT_ID_1}"
|
||||||
name: "{YOUR NAME}"
|
name: "{YOUR NAME}"
|
||||||
provider: "{PROVIDER_NAME}"
|
provider: "{PROVIDER_NAME}"
|
||||||
email_address: "{YOUR_EMAIL_ADDRESS}"
|
email_address: "{YOUR_EMAIL_ADDRESS}"
|
||||||
organization_unit: "{folder or label}"
|
organization_unit: "{folder or label}"
|
||||||
id: "{ACCOUNT_ID_1}"
|
id: "{ACCOUNT_ID_1}"
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
server_id: "{ACCOUNT_ID_2}"
|
server_id: "{ACCOUNT_ID_2}"
|
||||||
object: "account"
|
object: "account"
|
||||||
account_id: "{ACCOUNT_ID_2}"
|
account_id: "{ACCOUNT_ID_2}"
|
||||||
name: "{YOUR_NAME}"
|
name: "{YOUR_NAME}"
|
||||||
provider: "{PROVIDER_NAME}"
|
provider: "{PROVIDER_NAME}"
|
||||||
email_address: "{YOUR_EMAIL_ADDRESS}"
|
email_address: "{YOUR_EMAIL_ADDRESS}"
|
||||||
organization_unit: "{folder or label}"
|
organization_unit: "{folder or label}"
|
||||||
id: "{ACCOUNT_ID_2}"
|
id: "{ACCOUNT_ID_2}"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
accountTokens:
|
accountTokens:
|
||||||
{ACCOUNT_ID_1}: "{ACCOUNT_ID_1}"
|
{ACCOUNT_ID_1}: "{ACCOUNT_ID_1}"
|
||||||
{ACCOUNT_ID_2}: "{ACCOUNT_ID_2}"
|
{ACCOUNT_ID_2}: "{ACCOUNT_ID_2}"
|
||||||
|
|
Loading…
Reference in a new issue