Browse Source

fix accidentally changed cypress port

pull/4089/head
Peter Clement 5 years ago
parent
commit
3b74481708
  1. 4
      packages/builder/cypress.json

4
packages/builder/cypress.json

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

Loading…
Cancel
Save