focalboard/config.json

26 lines
696 B
JSON
Raw Normal View History

2020-10-08 09:21:27 -07:00
{
2020-10-14 17:35:15 -07:00
"serverRoot": "http://localhost:8000",
2020-10-08 09:21:27 -07:00
"port": 8000,
"dbtype": "sqlite3",
"dbconfig": "./focalboard.db",
2021-04-17 09:06:57 +02:00
"dbtableprefix": "",
2021-01-26 11:16:31 -08:00
"postgres_dbconfig": "dbname=focalboard sslmode=disable",
2020-12-10 13:45:56 -08:00
"test_dbconfig": "file::memory:?cache=shared",
2020-10-08 09:21:27 -07:00
"useSSL": false,
"webpath": "./webapp/pack",
"filesdriver": "local",
"filespath": "./files",
2021-02-10 10:13:04 -08:00
"telemetry": true,
"prometheus_address": ":9092",
2021-02-10 10:13:04 -08: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",
"authMode": "native",
"logging_cfg_file": "",
"audit_cfg_file": "",
"enablepublicsharedboards": false
2020-10-08 09:21:27 -07:00
}