focalboard/app-config.json

11 lines
194 B
JSON
Raw Normal View History

2020-10-26 20:45:40 +01:00
{
2021-01-19 03:21:10 +01:00
"serverRoot": "http://localhost:8088",
2020-10-26 20:45:40 +01:00
"port": 8088,
"dbtype": "sqlite3",
"dbconfig": "./octo.db",
"useSSL": false,
"webpath": "./pack",
2021-01-19 03:21:10 +01:00
"filespath": "./files",
"telemetry": true
2020-10-26 20:45:40 +01:00
}