mirror of
https://github.com/mattermost/focalboard.git
synced 2024-11-24 08:22:29 +02:00
17 lines
450 B
JSON
17 lines
450 B
JSON
{
|
|
"serverRoot": "http://localhost:8000",
|
|
"port": 8000,
|
|
"dbtype": "sqlite3",
|
|
"dbconfig": "./focalboard.db",
|
|
"postgres_dbconfig": "dbname=focalboard sslmode=disable",
|
|
"useSSL": false,
|
|
"webpath": "./pack",
|
|
"filespath": "./files",
|
|
"telemetry": true,
|
|
"session_expire_time": 2592000,
|
|
"session_refresh_time": 18000,
|
|
"localOnly": false,
|
|
"enableLocalMode": true,
|
|
"localModeSocketLocation": "/var/tmp/focalboard_local.socket"
|
|
}
|