mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-13 03:29:46 +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"
|
|
}
|
|
}
|
|
}
|