From 1720ecf1279ea2df6b1952f6278903523c8eec47 Mon Sep 17 00:00:00 2001 From: Vittorio Palmisano Date: Thu, 3 Jun 2021 13:11:18 +0200 Subject: [PATCH] typo --- compose/config/edumeet-app-config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 };