focalboard/app-config.json

11 lines
194 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",
"dbconfig": "./octo.db",
"useSSL": false,
"webpath": "./pack",
2021-01-18 18:21:10 -08:00
"filespath": "./files",
"telemetry": true
2020-10-26 12:45:40 -07:00
}