Initial attempt to expose the ldap server

This commit is contained in:
Johannes Zellner
2021-11-22 21:10:36 +01:00
parent 37f066f2b0
commit 735737b513
3 changed files with 60 additions and 0 deletions
+2
View File
@@ -30,6 +30,8 @@ exports = module.exports = {
LDAP_PORT: 3002,
DOCKER_PROXY_PORT: 3003,
LDAPS_PORT: 636, // exposed LDAP with TLS
NGINX_DEFAULT_CONFIG_FILE_NAME: 'default.conf',
DEFAULT_TOKEN_EXPIRATION_MSECS: 365 * 24 * 60 * 60 * 1000, // 1 year