mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-22 23:23:54 +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
|
||||
`~/.nylas/config.cson` as follows:
|
||||
|
||||
"*":
|
||||
nylas:
|
||||
accounts: [
|
||||
{
|
||||
server_id: "{ACCOUNT_ID_1}"
|
||||
object: "account"
|
||||
account_id: "{ACCOUNT_ID_1}"
|
||||
name: "{YOUR NAME}"
|
||||
provider: "{PROVIDER_NAME}"
|
||||
email_address: "{YOUR_EMAIL_ADDRESS}"
|
||||
organization_unit: "{folder or label}"
|
||||
id: "{ACCOUNT_ID_1}"
|
||||
}
|
||||
{
|
||||
server_id: "{ACCOUNT_ID_2}"
|
||||
object: "account"
|
||||
account_id: "{ACCOUNT_ID_2}"
|
||||
name: "{YOUR_NAME}"
|
||||
provider: "{PROVIDER_NAME}"
|
||||
email_address: "{YOUR_EMAIL_ADDRESS}"
|
||||
organization_unit: "{folder or label}"
|
||||
id: "{ACCOUNT_ID_2}"
|
||||
}
|
||||
]
|
||||
accountTokens:
|
||||
{ACCOUNT_ID_1}: "{ACCOUNT_ID_1}"
|
||||
{ACCOUNT_ID_2}: "{ACCOUNT_ID_2}"
|
||||
"*":
|
||||
nylas:
|
||||
accounts: [
|
||||
{
|
||||
server_id: "{ACCOUNT_ID_1}"
|
||||
object: "account"
|
||||
account_id: "{ACCOUNT_ID_1}"
|
||||
name: "{YOUR NAME}"
|
||||
provider: "{PROVIDER_NAME}"
|
||||
email_address: "{YOUR_EMAIL_ADDRESS}"
|
||||
organization_unit: "{folder or label}"
|
||||
id: "{ACCOUNT_ID_1}"
|
||||
}
|
||||
{
|
||||
server_id: "{ACCOUNT_ID_2}"
|
||||
object: "account"
|
||||
account_id: "{ACCOUNT_ID_2}"
|
||||
name: "{YOUR_NAME}"
|
||||
provider: "{PROVIDER_NAME}"
|
||||
email_address: "{YOUR_EMAIL_ADDRESS}"
|
||||
organization_unit: "{folder or label}"
|
||||
id: "{ACCOUNT_ID_2}"
|
||||
}
|
||||
]
|
||||
accountTokens:
|
||||
{ACCOUNT_ID_1}: "{ACCOUNT_ID_1}"
|
||||
{ACCOUNT_ID_2}: "{ACCOUNT_ID_2}"
|
||||
|
|
Loading…
Reference in a new issue