1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-01-23 18:34:02 +02:00
focalboard/app-config.json

12 lines
223 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-01-26 15:29:13 -08:00
"telemetry": true,
"localOnly": true
2020-10-26 12:45:40 -07:00
}