Fixed env

This commit is contained in:
frikky
2021-01-22 16:46:31 +01:00
parent c413dcece5
commit 9b1f7fdce6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ BACKEND_PORT=5001
FRONTEND_PORT=3001
FRONTEND_PORT_HTTPS=3443
OUTER_HOSTNAME=shuffle-backend
DB_LOCATION=./shuffle-database-new
DB_LOCATION=./shuffle-database
# Proxy configurations. SHUFFLE_PASS_WORKER_PROXY must be FALSE to not pass the proxy information to sub-apps.
# PS: It will skip proxy for
+1 -1
View File
@@ -1396,7 +1396,7 @@ const AngularWorkflow = (props) => {
console.log("ESCAPE")
break;
case 46:
removeNode()
//removeNode()
console.log("DELETE")
break;
case 38: