diff options
Diffstat (limited to 'deployment/docker/.env.example')
-rw-r--r-- | deployment/docker/.env.example | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/deployment/docker/.env.example b/deployment/docker/.env.example new file mode 100644 index 0000000..d33499c --- /dev/null +++ b/deployment/docker/.env.example @@ -0,0 +1,16 @@ +VERSION=1.5.2 +PORT=8080 +SLX_CLIENT_LIST_URL=https://10.9.8.7/slx-admin/api.php?do=remoteaccess + + +# Optional +# ---------------------- +#SLX_LOGO_URL=https://some-url/logo.png + +#LDAP_HOSTNAME= +#LDAP_PORT=636 +#LDAP_ENCRYPTION_METHOD=ssl +#LDAP_USER_BASE_DN= +#LDAP_SEARCH_BIND_DN= +#LDAP_USER_SEARCH_FILTER= +#LDAP_USERNAME_ATTRIBUTE= |