8 lines
315 B
Plaintext
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
|