fix(charts): Fix inline comments that break linting (#3305)

* fix(charts): Fix inline comments that break linting

* vaultwarden fixes
This commit is contained in:
Kjeld Schouten-Lebbing
2022-07-26 12:03:10 +02:00
committed by GitHub
parent 54e805ab4d
commit c9bb8128aa
8 changed files with 27 additions and 73 deletions
+8 -4
View File
@@ -31,9 +31,11 @@ envFrom:
name: vaultwardensecret
database:
# Database type, must be one of: 'sqlite', 'mysql' or 'postgresql'.
# -- Database type,
# must be one of: 'sqlite', 'mysql' or 'postgresql'.
type: postgresql
# Enable DB Write-Ahead-Log for SQLite, disabled for other databases. https://github.com/dani-garcia/bitwarden_rs/wiki/Running-without-WAL-enabled
# -- Enable DB Write-Ahead-Log for SQLite,
# disabled for other databases. https://github.com/dani-garcia/bitwarden_rs/wiki/Running-without-WAL-enabled
wal: true
## URL for external databases (mysql://user:pass@host:port or postgresql://user:pass@host:port).
# url: ""
@@ -44,12 +46,14 @@ database:
# Set Bitwarden_rs application variables
vaultwarden:
# Allow any user to sign-up: https://github.com/dani-garcia/bitwarden_rs/wiki/Disable-registration-of-new-users
# -- Allow any user to sign-up
# see: https://github.com/dani-garcia/bitwarden_rs/wiki/Disable-registration-of-new-users
allowSignups: true
## Whitelist domains allowed to sign-up. 'allowSignups' is ignored if set.
# signupDomains:
# - domain.tld
# Verify e-mail before login is enabled. SMTP must be enabled.
# -- Verify e-mail before login is enabled.
# SMTP must be enabled.
verifySignup: false
# When a user logs in an email is required to be sent. If sending the email fails the login attempt will fail. SMTP must be enabled.
requireEmail: false