mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-12 09:04:14 +02:00
12 lines
237 B
JSON
12 lines
237 B
JSON
{
|
|
"serverRoot": "http://localhost:8088",
|
|
"port": 8088,
|
|
"dbtype": "sqlite3",
|
|
"dbconfig": "file::memory:?cache=shared",
|
|
"useSSL": false,
|
|
"webpath": "../pack",
|
|
"filespath": "../../files",
|
|
"telemetry": false,
|
|
"webhook_update": []
|
|
}
|