focalboard/app-config.json

12 lines
217 B
JSON
Raw Normal View History

2020-10-26 12:45:40 -07:00
{
2021-01-18 18:21:10 -08:00
"serverRoot": "http://localhost:8088",
2020-10-26 12:45:40 -07:00
"port": 8088,
"dbtype": "sqlite3",
2021-01-26 11:16:31 -08:00
"dbconfig": "./focalboard.db",
2020-10-26 12:45:40 -07:00
"useSSL": false,
"webpath": "./pack",
2021-01-18 18:21:10 -08:00
"filespath": "./files",
2021-02-10 10:13:04 -08:00
"telemetry": true,
"localOnly": true
2020-10-26 12:45:40 -07:00
}