focalboard/server-config.json

18 lines
508 B
JSON
Raw Normal View History

2021-01-28 19:29:57 +01:00
{
"serverRoot": "http://localhost:8000",
"port": 8000,
"dbtype": "sqlite3",
"dbconfig": "./focalboard.db",
"postgres_dbconfig": "dbname=focalboard sslmode=disable",
"useSSL": false,
"webpath": "./pack",
"filespath": "./files",
2021-01-28 19:29:57 +01:00
"telemetry": true,
"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
}