kl-self-service/.env.example
2024-12-05 22:56:57 +01:00

8 lines
315 B
Plaintext

LDAP_SERVER=ldaps://ldap.example.com:636
USER_DN="ou=accounts,dc=example,dc=com"
GROUP_DN="ou=groups,dc=example,dc=com"
LDAP_SERVICE_USER="uid=self-service-portal,ou=service,ou=accounts,dc=example,dc=com"
LDAP_SERVICE_PASSWORD="yoursupersecurepassword"
FLASK_SECRET_KEY=your_flask_secret
JWT_SECRET=your_jwt_secret