1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-11-19 20:32:00 +02:00
focalboard/app-config.json
2021-02-10 10:13:04 -08:00

12 lines
217 B
JSON

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