bitque/react-client/cypress.json

9 lines
149 B
JSON
Raw Normal View History

2020-03-28 21:41:16 +01:00
{
"baseUrl": "http://localhost:8080",
"viewportHeight": 800,
"viewportWidth": 1440,
"env": {
"apiBaseUrl": "http://localhost:3000"
}
}