1
0
Fork 0
mirror of synced 2024-07-02 21:10:43 +12:00
budibase/packages/builder/cypress.json
Mitch-Budibase ac4a2a972e Setting Video flag to False
There seems to be an issue sometimes with video processing and test runs - Removing this for now
2022-02-22 15:08:08 +00:00

11 lines
166 B
JSON

{
"baseUrl": "http://localhost:10001",
"video": false,
"projectId": "bmbemn",
"env": {
"PORT": "10001",
"JWT_SECRET": "test",
"HOST_IP": ""
}
}