budibase/packages/builder/cypress.json

10 lines
155 B
JSON
Raw Normal View History

2020-06-09 13:52:00 +02:00
{
2021-04-01 11:59:15 +02:00
"baseUrl": "http://localhost:10000/builder/",
"video": true,
"projectId": "bmbemn",
"env": {
2021-04-01 11:59:15 +02:00
"PORT": "10000",
2021-03-24 16:36:13 +01:00
"JWT_SECRET": "test"
}
}