mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
11 lines
202 B
JSON
11 lines
202 B
JSON
{
|
|
"storage": {
|
|
"database": "account-$ACCOUNTID",
|
|
"username": null,
|
|
"password": null,
|
|
"options": {
|
|
"dialect": "sqlite",
|
|
"storage": "./account-$ACCOUNTID.sqlite"
|
|
}
|
|
}
|
|
}
|