Update bookstack.env.example

This commit is contained in:
Sblop 2021-12-06 14:40:18 +01:00 committed by nitnelave
parent b38023c48e
commit aa83f6cab6

View File

@ -1,5 +1,6 @@
## ADD after values in the existing .env file. ## ADD after values in the existing .env file.
## To keep existing documents, you might need to alter ownership/permission in the bookstack database.
# General auth # General auth
AUTH_METHOD=ldap AUTH_METHOD=ldap
@ -16,7 +17,7 @@ LDAP_BASE_DN=ou=people,dc=example,dc=com
# The full DN and password of the user used to search the server # The full DN and password of the user used to search the server
# Can both be left as false to bind anonymously # Can both be left as false to bind anonymously
LDAP_DN=cn=admin,ou=people,dc=example,dc=com LDAP_DN=cn=admin,ou=people,dc=example,dc=com
LDAP_PASS=YOUR-ADNUB-PASSWORD-HERE LDAP_PASS=YOUR-ADMIN-PASSWORD-HERE
# A filter to use when searching for users # A filter to use when searching for users
# The user-provided user-name used to replace any occurrences of '${user}' # The user-provided user-name used to replace any occurrences of '${user}'