focalboard/app-config.json
2021-01-26 11:16:31 -08:00

11 lines
200 B
JSON

{
"serverRoot": "http://localhost:8088",
"port": 8088,
"dbtype": "sqlite3",
"dbconfig": "./focalboard.db",
"useSSL": false,
"webpath": "./pack",
"filespath": "./files",
"telemetry": true
}