Spaces:
Sleeping
Sleeping
File size: 456 Bytes
13555f3 8ad38aa 13555f3 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | {
"serverRoot": "http://localhost:7860",
"port": 7860,
"dbtype": "sqlite3",
"dbconfig": "./data/focalboard.db",
"postgres_dbconfig": "dbname=focalboard sslmode=disable",
"useSSL": false,
"webpath": "./pack",
"filespath": "./data/files",
"telemetry": true,
"session_expire_time": 2592000,
"session_refresh_time": 18000,
"localOnly": false,
"enableLocalMode": true,
"localModeSocketLocation": "/var/tmp/focalboard_local.socket"
}
|