mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-10 15:05:02 +08:00
Fix config.json markdown (#2101)
This commit is contained in:
parent
6895d4e40b
commit
8b22c4efe5
1 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ however, the Sync Engine is open source and you can run it yourself.
|
|||
with the account ID as both the key and value.
|
||||
|
||||
The final `config.json` file should look something like this:
|
||||
|
||||
```javascript
|
||||
{
|
||||
"*": {
|
||||
"env": "local",
|
||||
|
@ -91,7 +91,7 @@ however, the Sync Engine is open source and you can run it yourself.
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
```
|
||||
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
|
||||
fairly closely with the Sync Engine `Account` object.
|
||||
|
|
Loading…
Reference in a new issue