You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
DEBUG=True
|
|
DISABLE_IPV4_BLOCK=False
|
|
DATABASE_BACKEND='django.db.backends.postgresql'
|
|
DATABASE_NAME='app'
|
|
ALLOWED_HOSTS=.localhost, .ipv6.work
|
|
AUTH_LDAP_SERVER_URI=ldap://<ldap_host>
|
|
AUTH_LDAP_BIND_DN=cn=admin,dc=example,dc=com
|
|
AUTH_LDAP_BIND_PASSWORD=admin
|