add missing var BITWARDENRS_INVITATION_ORG_NAME
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Robert Kaussow 2020-10-21 21:41:20 +02:00
parent 4a471dca70
commit 95a5d89e50
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 4 additions and 6 deletions

View File

@ -1,5 +1,2 @@
- INTERNAL
- update bitwarden_rs to v1.17.0
- update web vault to v2.16.1
- add SQLite support
- add `BITWARDENRS_ROCKET_WORKERS` variable
- ENHANCEMENT
- add new variable `BITWARDENRS_INVITATION_ORG_NAME`

View File

@ -50,7 +50,8 @@ SIGNUPS_VERIFY_RESEND_LIMIT={{ getenv "BITWARDENRS_SIGNUPS_VERIFY_RESEND_LIMIT"
SIGNUPS_DOMAINS_WHITELIST={{ getenv "BITWARDENRS_SIGNUPS_DOMAINS_WHITELIST" }}
{{ end -}}
INVITATIONS_ALLOWED={{ getenv "BITWARDENRS_INVITATIONS_ALLOWED" "true" | conv.Bool }}
INVITATIONS_ALLOWED={{ getenv "BITWARDENRS_INVITATIONS_ALLOWED" "true" | conv.Bool }}
INVITATION_ORG_NAME={{ getenv "BITWARDENRS_INVITATION_ORG_NAME" "Bitwarden_RS" }}
{{ if (getenv "BITWARDENRS_ADMIN_TOKEN") -}}
ADMIN_TOKEN={{ getenv "BITWARDENRS_ADMIN_TOKEN" }}