1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/vaultwarden_ynh.git synced 2024-09-03 18:26:31 +02:00

Update bitwarden_rs.env

This commit is contained in:
liberodark 2019-10-21 18:47:07 +02:00 committed by GitHub
parent 8995f15d25
commit 3695137994
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -157,3 +157,13 @@ SMTP_SSL=false
# SMTP_USERNAME=username
# SMTP_PASSWORD=password
# SMTP_AUTH_MECHANISM="Plain"
## LDAP Connection info
# BITWARDEN_URL = "http://bitwarden:80"
# BITWARDEN_ADMIN_TOKEN = "admin"
# LDAP_HOST = "ldap"
# LDAP_BIND_DN = "cn=admin,dc=example,dc=org"
# LDAP_BIND_PASSWORD = "admin"
# LDAP_SEARCH_BASE_DN = "dc=example,dc=org"
# LDAP_SEARCH_FILTER = "(&(objectClass=*)(uid=*))"
# LDAP_SYNC_INTERVAL_SECONDS = 10