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:
parent
8995f15d25
commit
3695137994
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue