summaryrefslogtreecommitdiffstats
path: root/public/cypress.json
blob: 51c046b810a098e8411aa4fb8e710351778c4daf (plain)
1
2
3
4
5
6
7
8
9
10
{
  "chromeWebSecurity": false,
  "requestTimeout": 60000,
  "responseTimeout": 100000,
  "videoRecording": false,
  "baseUrl": "http://localhost:4300/#/",
  "env": {
    "backendUrl": "http://localhost:8446"
  }
}