Make internal smtp port a constant

This commit is contained in:
Girish Ramakrishnan
2019-07-25 15:27:28 -07:00
parent 2d260eb0d5
commit a6ea12fedc
4 changed files with 3 additions and 3 deletions

View File

@@ -21,6 +21,7 @@ exports = module.exports = {
ADMIN_LOCATION: 'my',
INTERNAL_SMTP_PORT: 2525, // this value comes from the mail container
SYSADMIN_PORT: 3001,
NGINX_DEFAULT_CONFIG_FILE_NAME: 'default.conf',