1
0
Fork 0
mirror of synced 2024-06-28 11:00:55 +12: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,
"projectId": "bmbemn",
"env": {
"PORT": "10000",
"PORT": "10001",
"JWT_SECRET": "test"
}
}