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