aboutsummaryrefslogtreecommitdiff
path: root/.env.template
diff options
context:
space:
mode:
authorDaniel García <[email protected]>2019-01-13 01:39:29 +0100
committerDaniel García <[email protected]>2019-01-15 15:28:46 +0100
commit19b6bb0fd65e1e2cd0f50cbcbbad56492e067df2 (patch)
tree05b6af88a2a3e3979de7f24f0a0b91b92313c51c /.env.template
parent60f6a350be1e81e04f02913161e751c2b0cc0095 (diff)
downloadvaultwarden-19b6bb0fd65e1e2cd0f50cbcbbad56492e067df2.tar.gz
vaultwarden-19b6bb0fd65e1e2cd0f50cbcbbad56492e067df2.zip
Initial stab at templates
Diffstat (limited to '.env.template')
-rw-r--r--.env.template4
1 files changed, 4 insertions, 0 deletions
diff --git a/.env.template b/.env.template
index 51bb9e0f..421cb0c2 100644
--- a/.env.template
+++ b/.env.template
@@ -10,6 +10,10 @@
# ICON_CACHE_FOLDER=data/icon_cache
# ATTACHMENTS_FOLDER=data/attachments
+## Templates data folder, by default uses embedded templates
+## Check source code to see the format
+# TEMPLATES_FOLDER=/path/to/templates
+
## Cache time-to-live for successfully obtained icons, in seconds (0 is "forever")
# ICON_CACHE_TTL=2592000
## Cache time-to-live for icons which weren't available, in seconds (0 is "forever")