diff options
author | Mark <[email protected]> | 2022-06-13 13:56:41 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2022-06-13 13:56:41 +0300 |
commit | d9a452f5587b294909fcc26772ef182ea020e59e (patch) | |
tree | 7c24dfa0ee1e39c83054308c33c80966970313e9 /.env.template | |
parent | f95bd3bb04839ea4fa8f2700cd3867ee12b260b0 (diff) | |
download | vaultwarden-d9a452f5587b294909fcc26772ef182ea020e59e.tar.gz vaultwarden-d9a452f5587b294909fcc26772ef182ea020e59e.zip |
A little depreciation change
Diffstat (limited to '.env.template')
-rw-r--r-- | .env.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.env.template b/.env.template index 031e3894..015046f7 100644 --- a/.env.template +++ b/.env.template @@ -280,7 +280,7 @@ ## It's recommended to configure this value, otherwise certain functionality might not work, ## like attachment downloads, email links and U2F. ## For U2F to work, the server must use HTTPS, you can use Let's Encrypt for free certs -# DOMAIN=https://bw.domain.tld:8443 +# DOMAIN=https://vw.domain.tld:8443 ## Allowed iframe ancestors (Know the risks!) ## https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/frame-ancestors |