Remove internal sysadmin server

this is now unused
This commit is contained in:
Girish Ramakrishnan
2019-09-12 13:32:58 -07:00
parent 00ada80230
commit e97606ca87
6 changed files with 1 additions and 199 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ exports = module.exports = {
PORT: CLOUDRON ? 3000 : 5454,
INTERNAL_SMTP_PORT: 2525, // this value comes from the mail container
SYSADMIN_PORT: 3001,
SYSADMIN_PORT: 3001, // unused
LDAP_PORT: 3002,
DOCKER_PROXY_PORT: 3003,