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-09-16 21:31:02 +02:00
|
|
|
"dbconfig": "./focalboard.db",
|
2021-04-17 09:06:57 +02:00
|
|
|
"dbtableprefix": "",
|
2021-01-26 20:16:31 +01:00
|
|
|
"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",
|
2021-05-24 19:06:11 +02:00
|
|
|
"filesdriver": "local",
|
2020-10-19 14:55:20 +02:00
|
|
|
"filespath": "./files",
|
2021-02-10 19:13:04 +01:00
|
|
|
"telemetry": true,
|
2021-05-18 16:12:51 +02:00
|
|
|
"prometheus_address": ":9092",
|
2021-02-10 19:13:04 +01:00
|
|
|
"webhook_update": [],
|
|
|
|
"session_expire_time": 2592000,
|
|
|
|
"session_refresh_time": 18000,
|
|
|
|
"localOnly": false,
|
|
|
|
"enableLocalMode": true,
|
2021-03-29 20:10:12 +02:00
|
|
|
"localModeSocketLocation": "/var/tmp/focalboard_local.socket",
|
2021-05-29 08:23:10 +02:00
|
|
|
"authMode": "native",
|
2021-09-16 21:31:02 +02:00
|
|
|
"logging_cfg_file": "",
|
|
|
|
"audit_cfg_file": "",
|
|
|
|
"enablepublicsharedboards": false
|
2020-10-08 18:21:27 +02:00
|
|
|
}
|