fix cypress

This commit is contained in:
Peter Clement 2021-09-28 15:49:39 +01:00
parent 01265b0b02
commit 8f5576dff5
1 changed files with 2 additions and 2 deletions

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"
} }
} }