1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-08-11 21:49:07 +00:00

Initial stab at templates

This commit is contained in:
Daniel García 2019-01-13 01:39:29 +01:00
commit 19b6bb0fd6
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
11 changed files with 265 additions and 70 deletions

View file

@ -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")