focalboard/webapp/cypress/config.json

12 lines
242 B
JSON
Raw Normal View History

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