blob: ae60fbe7addfc4f6e0e059aff98b312542cb7fd6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- a/.env.template
+++ b/.env.template
@@ -1,5 +1,7 @@
## Bitwarden_RS Configuration File
## Uncomment any of the following lines to change the defaults
+##
+## NOTE: All options are overridden by changes made in the admin interface, which are saved to /var/lib/bitwarden_rs/data/config.json.
## Main data folder
# DATA_FOLDER=data
@@ -32,7 +34,7 @@
## Web vault settings
# WEB_VAULT_FOLDER=web-vault/
-# WEB_VAULT_ENABLED=true
+WEB_VAULT_ENABLED=false
## Enables websocket notifications
# WEBSOCKET_ENABLED=false
|