2020-10-08 18:21:27 +02:00
|
|
|
{
|
2020-10-15 02:35:15 +02:00
|
|
|
"serverRoot": "http://localhost:8000",
|
2020-10-08 18:21:27 +02:00
|
|
|
"port": 8000,
|
|
|
|
"dbtype": "sqlite3",
|
2021-01-26 20:16:31 +01:00
|
|
|
"dbconfig": "./focalboard.db",
|
|
|
|
"postgres_dbconfig": "dbname=focalboard sslmode=disable",
|
2020-12-10 22:45:56 +01:00
|
|
|
"test_dbconfig": "file::memory:?cache=shared",
|
2020-10-08 18:21:27 +02:00
|
|
|
"useSSL": false,
|
2020-10-20 20:48:22 +02:00
|
|
|
"webpath": "./webapp/pack",
|
2020-10-19 14:55:20 +02:00
|
|
|
"filespath": "./files",
|
2020-10-29 21:09:02 +01:00
|
|
|
"telemetry": true,
|
2020-11-06 16:46:35 +01:00
|
|
|
"webhook_update": [],
|
2021-01-11 15:16:39 +01:00
|
|
|
"secret": "this-is-a-secret-string",
|
|
|
|
"session_expire_time": 2592000,
|
2021-01-20 22:52:25 +01:00
|
|
|
"session_refresh_time": 18000,
|
2021-01-27 00:29:13 +01:00
|
|
|
"localOnly": false,
|
2021-01-20 22:52:25 +01:00
|
|
|
"enableLocalMode": true,
|
2021-02-01 19:31:06 +01:00
|
|
|
"localModeSocketLocation": "/var/tmp/focalboard_local.socket"
|
2020-10-08 18:21:27 +02:00
|
|
|
}
|