focalboard/webapp/cypress/config.json
2020-12-10 13:45:56 -08:00

11 lines
242 B
JSON

{
"serverRoot": "http://localhost:8088",
"port": 8088,
"dbtype": "sqlite3",
"dbconfig": "file::memory:?cache=shared",
"useSSL": false,
"webpath": "../pack",
"filespath": "../../files",
"telemetry": true,
"webhook_update": []
}