218d901b0d
* unit tests use in-memory DB for sqlite
13 lines
354 B
JSON
13 lines
354 B
JSON
{
|
|
"serverRoot": "http://localhost:8088",
|
|
"port": 8088,
|
|
"dbtype": "sqlite3",
|
|
"dbconfig": "file::memory:?cache=shared&_busy_timeout=5000",
|
|
"useSSL": false,
|
|
"webpath": "../pack",
|
|
"filespath": "../../files",
|
|
"telemetry": false,
|
|
"webhook_update": [],
|
|
"session_expire_time": 2592000,
|
|
"session_refresh_time": 18000
|
|
}
|