This commit is contained in:
parent
51518e2c70
commit
ec5a08056e
@ -1,5 +1,4 @@
|
||||
## Bitwarden_RS LDAP Configuration File
|
||||
|
||||
bitwarden_url = "{{ getenv "BITWARDENRS_LDAP_BITWARDEN_URL" }}"
|
||||
bitwarden_admin_token = "{{ getenv "BITWARDENRS_LDAP_BITWARDEN_ADMIN_TOKEN" }}"
|
||||
ldap_host = "{{ getenv "BITWARDENRS_LDAP_HOST" }}"
|
||||
|
@ -2,4 +2,4 @@
|
||||
|
||||
/usr/local/bin/gomplate -V -o /app/config.toml -f /etc/templates/config.toml.tmpl
|
||||
|
||||
exec CONFIG_PATH=/app/config.toml /app/bitwarden_rs_ldap
|
||||
exec env -i CONFIG_PATH=/app/config.toml /app/bitwarden_rs_ldap
|
||||
|
Reference in New Issue
Block a user