mirror of
https://github.com/mattermost/focalboard.git
synced 2024-11-24 08:22:29 +02:00
11 lines
200 B
JSON
11 lines
200 B
JSON
{
|
|
"serverRoot": "http://localhost:8088",
|
|
"port": 8088,
|
|
"dbtype": "sqlite3",
|
|
"dbconfig": "./focalboard.db",
|
|
"useSSL": false,
|
|
"webpath": "./pack",
|
|
"filespath": "./files",
|
|
"telemetry": true
|
|
}
|