diff options
-rw-r--r-- | etc/vaultwarden/vaultwarden | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/etc/vaultwarden/vaultwarden b/etc/vaultwarden/vaultwarden index 91ba017..b0165a5 100644 --- a/etc/vaultwarden/vaultwarden +++ b/etc/vaultwarden/vaultwarden @@ -152,12 +152,6 @@ ## In any case, if a code has been used it can not be used again, also codes which predates it will be invalid. # AUTHENTICATOR_DISABLE_TIME_DRIFT = false -## Rocket specific settings, check Rocket documentation to learn more -# ROCKET_ENV=staging -# ROCKET_ADDRESS=0.0.0.0 # Enable this to test mobile app -# ROCKET_PORT=8000 -# ROCKET_TLS={certs="/path/to/certs.pem",key="/path/to/key.pem"} - ## Mail specific settings, set SMTP_HOST and SMTP_FROM to enable the mail service. ## To make sure the email links are pointing to the correct host, set the DOMAIN variable. ## Note: if SMTP_USERNAME is specified, SMTP_PASSWORD is mandatory |