1
0
Fork 0
mirror of synced 2024-08-02 11:51:34 +12:00
budibase/packages/builder/cypress.json

12 lines
188 B
JSON
Raw Normal View History

2020-06-09 23:52:00 +12:00
{
"baseUrl": "http://localhost:10001",
"video": true,
"projectId": "bmbemn",
"env": {
"PORT": "10001",
"JWT_SECRET": "test",
"HOST_IP": "",
"TEST_ENV" : true
}
}