Skip to content
Snippets Groups Projects
Commit fe064fad authored by nimrod's avatar nimrod
Browse files

Some YAML formatting.

parent 7d7ea1ba
No related branches found
No related tags found
No related merge requests found
Pipeline #3003 failed
# vim:ff=unix:ts=2:sw=2:ai:expandtab
--- ---
version: '3.5' version: '3.5'
services: services:
...@@ -6,7 +5,7 @@ services: ...@@ -6,7 +5,7 @@ services:
environment: environment:
LDAP_BASE_DN: "ou=People,${LDAP_BASE_DN:-dc=shore,dc=co,dc=il}" LDAP_BASE_DN: "ou=People,${LDAP_BASE_DN:-dc=shore,dc=co,dc=il}"
LDAP_OBJECTS_DN: "dn" LDAP_OBJECTS_DN: "dn"
LDAP_OPENLDAP: !!str true LDAP_OPENLDAP: 'true'
LDAP_REALM_NAME: shore.co.il authentication LDAP_REALM_NAME: shore.co.il authentication
LDAP_USER_OBJECT_FILTER: "(&(objectclass=inetOrgPerson)(uid=%s))" LDAP_USER_OBJECT_FILTER: "(&(objectclass=inetOrgPerson)(uid=%s))"
SECRET_KEY: "${SECRET_KEY:-qwerty123}" SECRET_KEY: "${SECRET_KEY:-qwerty123}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment