1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-07-25 05:20:42 +00:00

Improve domain detection, should fix attachment problems. Otherwise, set the DOMAIN env variable to the correct domain

This commit is contained in:
Daniel García 2018-07-12 23:28:01 +02:00
commit 4f6f510bd4
3 changed files with 36 additions and 8 deletions

6
.env
View file

@ -27,6 +27,12 @@
## The change only applies when the password is changed
# PASSWORD_ITERATIONS=100000
## Domain settings
## The domain must match the address from where you access the server
## Unless you are using U2F, or having problems with attachments not downloading, there is no need to change this
## For U2F to work, the server must use HTTPS, you can use Let's Encrypt for free certs
# DOMAIN=https://bw.domain.tld:8443
## Rocket specific settings, check Rocket documentation to learn more
# ROCKET_ENV=staging
# ROCKET_ADDRESS=0.0.0.0 # Enable this to test mobile app