diff --git a/frontend/server/package.json b/frontend/server/package.json index 8e35ef8d..af228941 100644 --- a/frontend/server/package.json +++ b/frontend/server/package.json @@ -23,7 +23,7 @@ "express-basic-auth": "^1.2.1", "http-proxy-middleware": "^3.0.3", "morgan": "~1.10.0", - "node-fetch": "^3.3.2", + "node-fetch": "^2.7.0", "open": "^10.1.0", "regedit": "^5.1.3", "save": "^2.9.0", @@ -40,6 +40,6 @@ "typescript": "^5.7.2" }, "overrides": { - "node-fetch": "^3.3.2" + "node-fetch": "^2.7.0" } } diff --git a/olympus.json b/olympus.json index d5960acf..bc457ea5 100644 --- a/olympus.json +++ b/olympus.json @@ -1,7 +1,7 @@ { "backend": { - "address": "88.99.250.188", - "port": 3001 + "address": "localhost", + "port": 4512 }, "authentication": { "gameMasterPassword": "4b8823ed9e5c2392ab4a791913bb8ce41956ea32e308b760eefb97536746dd33", @@ -45,7 +45,5 @@ "WSPort": 4000, "WSEndpoint": "audio" }, - "controllers": [ - {"type": "awacs", "coalition": "blue", "callsign": "Magic", "frequency": 251000000, "modulation": 0} - ] + "controllers": [] }