{ "database": { "type": "sqlite3", "sqlite3": { "fileMustExist": false, "filename": "app.db", "readonly": false, "timeout": 5000, "performance": { "foreignKeys": true, "journalMode": "wal", "synchronous": 1, "tempStore": "memory" } } }, "password": { "algorithm": "argon2id", "options": { "memoryCost": 61440, "timeCost": 3, "parallelism": 1 } } }