added focalboard config
This commit is contained in:
17
focalboard/config.json
Normal file
17
focalboard/config.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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"
|
||||
}
|
Reference in New Issue
Block a user