mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-23 13:18:14 -05:00
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
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|