18 lines
607 B
JSON
18 lines
607 B
JSON
{
|
|
"serverRoot": "https://focalboard.thelazyoxymoron.me",
|
|
"port": 8000,
|
|
"dbtype": "postgres",
|
|
"dbconfig": "postgres://thelazyoxymoron:changeme@focalboard-db/focalboard?sslmode=disable&connect_timeout=10",
|
|
"postgres_dbconfig": "dbname=focalboard sslmode=disable",
|
|
"useSSL": false,
|
|
"webpath": "./pack",
|
|
"filespath": "./files",
|
|
"telemetry": false,
|
|
"prometheus_address": ":9092",
|
|
"session_expire_time": 2592000,
|
|
"session_refresh_time": 18000,
|
|
"localOnly": false,
|
|
"enableLocalMode": true,
|
|
"localModeSocketLocation": "/var/tmp/focalboard_local.socket"
|
|
}
|