Fix hard coded port 8181 for HTTPS scenrio
[dlux.git] / dlux-web / config / production.json
index 021186925bfbade00a0dc60733344c87664b8588..3d77470b08c684416bbcfdb9602dff2226245477 100644 (file)
@@ -2,5 +2,6 @@
     "configEnv":"ENV_PROD",
     "baseURL": "",
     "adSalPort": "8080",
-    "mdSalPort" : "8181"
-}
\ No newline at end of file
+    "mdSalPort" : "8181",
+    "mdSalSecuredPort" : "8443"
+}