1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-01-20 18:28:25 +02:00
focalboard/webapp/cypress/config.json
2022-03-30 15:12:56 -06:00

14 lines
354 B
JSON

{
"serverRoot": "http://localhost:8088",
"port": 8088,
"dbtype": "sqlite3",
"dbconfig": "file::memory:?cache=shared&_busy_timeout=5000",
"useSSL": false,
"webpath": "../pack",
"filespath": "../../files",
"telemetry": false,
"webhook_update": [],
"session_expire_time": 2592000,
"session_refresh_time": 18000
}