focalboard/app-config.json
2021-01-20 14:09:41 -08:00

10 lines
194 B
JSON

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