Initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
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
|
||||
Reference in New Issue
Block a user