add config.smtpPort

This commit is contained in:
Girish Ramakrishnan
2016-05-24 00:52:35 -07:00
parent 57a823a698
commit 9570086c87
3 changed files with 3 additions and 1 deletions

View File

@@ -79,6 +79,7 @@ function initConfig() {
data.version = null;
data.isCustomDomain = false;
data.webServerOrigin = null;
data.smtpPort = 2525; // // this value comes from mail container
data.sysadminPort = 3001;
data.ldapPort = 3002;
data.oauthProxyPort = 3003;