1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-01-05 14:50:29 +02:00
focalboard/app-config.json
2021-01-20 14:09:41 -08:00

11 lines
194 B
JSON

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