aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis Eriksen <d@ennis.no>2021-07-27 14:02:25 +0200
committerDennis Eriksen <d@ennis.no>2021-07-27 14:02:25 +0200
commit1ed6c7ef4ba8302a30d4e86164c9371105f39ebe (patch)
treeab91152311b785cfd9c46ecc514d0556d9dc38a3
parentmoving one more file, and adding readme for upgrading (diff)
downloadmkosi-vaultwarden-1ed6c7ef4ba8302a30d4e86164c9371105f39ebe.tar.gz
dont need this, aand vaultwarden has apparantly changed the way it parses comments in config, so this might not work properly. Either way its just an example config.HEADmaster
-rw-r--r--etc/vaultwarden/vaultwarden6
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