aboutsummaryrefslogtreecommitdiff
path: root/.env.template
diff options
context:
space:
mode:
authorMiroslav Prasil <[email protected]>2019-02-18 14:57:21 +0000
committerMiroslav Prasil <[email protected]>2019-02-18 14:57:21 +0000
commit0b903fc5f43a02d90551a95dc2a40cd28ff8a834 (patch)
treeb97cebcea29a86ffc76b193e3b1cbbaadde85c96 /.env.template
parent4df686f49e50eebc0978f06cf33538bb270fb3c4 (diff)
downloadvaultwarden-0b903fc5f43a02d90551a95dc2a40cd28ff8a834.tar.gz
vaultwarden-0b903fc5f43a02d90551a95dc2a40cd28ff8a834.zip
Extended the template file and refer to wiki
Diffstat (limited to '.env.template')
-rw-r--r--.env.template8
1 files changed, 8 insertions, 0 deletions
diff --git a/.env.template b/.env.template
index b388e6ff..51494c5d 100644
--- a/.env.template
+++ b/.env.template
@@ -43,6 +43,14 @@
## It's recommended to also set 'ROCKET_CLI_COLORS=off'
# LOG_FILE=/path/to/log
+## Enable WAL for the DB
+## Set to false to avoid enabling WAL during startup.
+## Note that if the DB already has WAL enabled, you will also need to disable WAL in the DB,
+## this setting only prevents bitwarden_rs from automatically enabling it on start.
+## Please read project wiki page about this setting first before changing the value as it can
+## cause performance degradation or might render the service unable to start.
+# ENABLE_DB_WAL=true
+
## Disable icon downloading
## Set to true to disable icon downloading, this would still serve icons from $ICON_CACHE_FOLDER,
## but it won't produce any external network request. Needs to set $ICON_CACHE_TTL to 0,