2021-01-28 19:29:57 +01:00
|
|
|
{
|
2022-04-12 23:43:29 +02:00
|
|
|
"serverRoot": "http://localhost:8000",
|
|
|
|
"port": 8000,
|
|
|
|
"dbtype": "sqlite3",
|
2021-09-08 06:52:03 +02:00
|
|
|
"dbconfig": "./focalboard.db",
|
2022-04-12 23:43:29 +02:00
|
|
|
"postgres_dbconfig": "dbname=focalboard sslmode=disable",
|
|
|
|
"useSSL": false,
|
|
|
|
"webpath": "./pack",
|
|
|
|
"filespath": "./files",
|
2021-01-28 19:29:57 +01:00
|
|
|
"telemetry": true,
|
2022-04-12 23:43:29 +02:00
|
|
|
"prometheusaddress": ":9092",
|
2021-01-28 19:29:57 +01:00
|
|
|
"session_expire_time": 2592000,
|
|
|
|
"session_refresh_time": 18000,
|
|
|
|
"localOnly": false,
|
|
|
|
"enableLocalMode": true,
|
2021-02-01 19:31:06 +01:00
|
|
|
"localModeSocketLocation": "/var/tmp/focalboard_local.socket"
|
2021-01-28 19:29:57 +01:00
|
|
|
}
|