1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-01-26 18:48:15 +02:00
focalboard/config.json

12 lines
251 B
JSON
Raw Normal View History

2020-10-08 09:21:27 -07:00
{
2020-10-14 17:35:15 -07:00
"serverRoot": "http://localhost:8000",
2020-10-08 09:21:27 -07:00
"port": 8000,
"dbtype": "sqlite3",
"dbconfig": "./octo.db",
"postgres_dbconfig": "dbname=octo sslmode=disable",
"useSSL": false,
"webpath": "./webapp/pack",
"filespath": "./files",
"telemetry": true
2020-10-08 09:21:27 -07:00
}