1
0
Fork 0
mirror of synced 2024-09-29 08:41:16 +13:00

fix cypress

This commit is contained in:
Peter Clement 2021-09-28 15:49:39 +01:00
parent 22bbbb5ba4
commit b8772ad9fb

View file

@ -1,9 +1,9 @@
{
"baseUrl": "http://localhost:10000/builder/",
"baseUrl": "http://localhost:10001/builder/",
"video": true,
"projectId": "bmbemn",
"env": {
"PORT": "10000",
"PORT": "10001",
"JWT_SECRET": "test"
}
}