1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13:00

fix accidentally changed cypress port

This commit is contained in:
Peter Clement 2021-11-15 11:19:09 +00:00
parent a6d8c791e1
commit 3b74481708

View file

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