allerta-vvf/server/cypress.json

12 lines
234 B
JSON
Raw Normal View History

2020-09-22 23:58:34 +02:00
{
2021-03-20 08:16:03 +01:00
"baseUrl": "http://127.0.0.1:8080/",
2020-09-24 16:40:13 +02:00
"projectId": "4ty9gy",
"env": {
"DB_PASSWORD": "password"
2020-11-05 22:10:13 +01:00
},
2021-03-19 22:35:37 +01:00
"experimentalStudio": true,
"chromeWebSecurity": false,
2021-04-22 16:57:59 +02:00
"defaultCommandTimeout": 40000,
"requestTimeout": 60000
}