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