diff --git a/compose/config/edumeet-app-config.js b/compose/config/edumeet-app-config.js index 328a50f0..dc87a31a 100644 --- a/compose/config/edumeet-app-config.js +++ b/compose/config/edumeet-app-config.js @@ -2,6 +2,5 @@ var config = { developmentPort : 8443, - productionPort : 3443, - a : 1 + productionPort : 3443 };