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

View File

@@ -3,7 +3,6 @@
exports = module.exports = {
CRON: { userId: null, username: 'cron' },
HEALTH_MONITOR: { userId: null, username: 'healthmonitor' },
SYSADMIN: { userId: null, username: 'sysadmin' },
APP_TASK: { userId: null, username: 'apptask' },
EXTERNAL_LDAP_TASK: { userId: null, username: 'externalldap' },