6 lines
168 B
Plaintext
6 lines
168 B
Plaintext
LISTEN="0.0.0.0:8081"
|
|
LDAP_HOST="ldap://ldap.example.org"
|
|
LDAP_BASE_DN="dc=example,dc=org"
|
|
LDAP_USER="cn=ldapuser,dc=example,dc=org"
|
|
LDAP_PASS='here_lies_the_password'
|