focalboard/app-config.json

12 lines
217 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",
2021-01-26 20:16:31 +01:00
"dbconfig": "./focalboard.db",
2020-10-26 20:45:40 +01:00
"useSSL": false,
"webpath": "./pack",
2021-01-19 03:21:10 +01:00
"filespath": "./files",
2021-02-10 19:13:04 +01:00
"telemetry": true,
"localOnly": true
2020-10-26 20:45:40 +01:00
}