1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-11-24 08:22:29 +02:00
focalboard/app-config.json

12 lines
217 B
JSON
Raw Permalink Normal View History

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