1
0
Fork 0
mirror of synced 2024-07-01 20:41:03 +12:00
budibase/packages/builder/cypress.json

12 lines
193 B
JSON
Raw Normal View History

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