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

10 lines
153 B
JSON
Raw Normal View History

2020-06-09 23:52:00 +12:00
{
"baseUrl": "http://localhost:4001/builder/",
"video": true,
"projectId": "bmbemn",
"env": {
2021-03-25 04:36:13 +13:00
"PORT": "4001",
"JWT_SECRET": "test"
}
}