1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-15 09:14:11 +02:00
focalboard/webapp/cypress/config.json

12 lines
237 B
JSON
Raw Normal View History

2020-12-10 23:45:56 +02:00
{
"serverRoot": "http://localhost:8088",
"port": 8088,
"dbtype": "sqlite3",
"dbconfig": "file::memory:?cache=shared",
"useSSL": false,
"webpath": "../pack",
"filespath": "../../files",
2021-02-10 20:13:04 +02:00
"telemetry": false,
"webhook_update": []
2020-12-10 23:45:56 +02:00
}