From 3cd44d511923aa4b9b069f7e78c4da043435e875 Mon Sep 17 00:00:00 2001 From: Dominic Grimm Date: Wed, 23 Feb 2022 17:58:12 +0100 Subject: [PATCH] Updated example environment file --- .example.env | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.example.env b/.example.env index 87525cc..cdd0d8f 100644 --- a/.example.env +++ b/.example.env @@ -30,15 +30,15 @@ BACKEND_API_JWT_SECRET= # Backend - SMTP BACKEND_SMTP_HELO= BACKEND_SMTP_HOST= -BACKEND_SMTP_PORT= +BACKEND_SMTP_PORT=587 BACKEND_SMTP_NAME= BACKEND_SMTP_USERNAME= BACKEND_SMTP_PASSWORD= # Backend - Db # Backend - LDAP -BACKEND_LDAP_HOST= -BACKEND_LDAP_PORT= -BACKEND_LDAP_BASE_DN= -BACKEND_LDAP_BASE_USER_DN= -BACKEND_BIND_DN= -BACKEND_BIND_PASSWORD= +BACKEND_LDAP_HOST="ldap.example.com" +BACKEND_LDAP_PORT=389 +BACKEND_LDAP_BASE_DN="dc=ldap,dc=example,dc=com" +BACKEND_LDAP_BASE_USER_DN="ou=users,dc=ldap,dc=example,dc=com" +BACKEND_LDAP_BIND_DN="cn=admin,dc=ldap,dc=example,dc=com" +BACKEND_LDAP_BIND_PASSWORD=