mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
492d450d26
- Added cypress testing in CI for sqlite - Cleaned up promises in setup - Ensure check for settings is strict
22 lines
404 B
JSON
22 lines
404 B
JSON
{
|
|
"database": {
|
|
"engine": "knex-native",
|
|
"knex": {
|
|
"client": "sqlite3",
|
|
"connection": {
|
|
"filename": "/data/database.sqlite"
|
|
},
|
|
"pool": {
|
|
"min": 0,
|
|
"max": 1,
|
|
"createTimeoutMillis": 3000,
|
|
"acquireTimeoutMillis": 30000,
|
|
"idleTimeoutMillis": 30000,
|
|
"reapIntervalMillis": 1000,
|
|
"createRetryIntervalMillis": 100,
|
|
"propagateCreateError": false
|
|
}
|
|
}
|
|
}
|
|
}
|