From bcc9eda66c49dbbe8e2a70a90270275a3f3643a8 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 25 Nov 2020 10:33:40 -0800 Subject: [PATCH] Remove ununsed constant --- src/constants.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/constants.js b/src/constants.js index 6453497b3..9fa78a7a7 100644 --- a/src/constants.js +++ b/src/constants.js @@ -28,7 +28,6 @@ exports = module.exports = { INTERNAL_SMTP_PORT: 2525, // this value comes from the mail container AUTHWALL_PORT: 3001, LDAP_PORT: 3002, - DNS_PORT: 533, DOCKER_PROXY_PORT: 3003, NGINX_DEFAULT_CONFIG_FILE_NAME: 'default.conf',