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

11 lines
165 B
JSON
Raw Normal View History

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