mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2025-08-03 07:50:15 +00:00

* fixed typos in referenced config and secret files * updated documentation on external configs and secrets and added note on hard-coded config keys * updated documentation link to sample config * updated documentation link to sample config * updated documentation links to config keys * updated documentation links to config keys * updated documentation links to config keys
14 lines
344 B
Plaintext
14 lines
344 B
Plaintext
# config file to be sourced on startup - will over-ride any env set in the docker-compose.yml
|
|
|
|
LDAP_ENABLED=true
|
|
LDAP_LABEL="LDAP login"
|
|
LDAP_HOST=pool.ldap.example.com
|
|
LDAP_PORT=3268
|
|
LDAP_BIND_DN=the-ldap
|
|
LDAP_PASS=no-not-really
|
|
LDAP_BASE=ou=People,dc=example,dc=com
|
|
#LDAP_LOWERCASE_USERNAMES=true
|
|
##LDAP_USER_FILTER=uid={login}
|
|
##LDAP_UID=
|
|
#
|