diff options
author | Daniel García <[email protected]> | 2019-01-15 15:28:25 +0100 |
---|---|---|
committer | Daniel García <[email protected]> | 2019-01-15 15:28:47 +0100 |
commit | 4bf32af60e7687c4e13650d2b232679817cefde7 (patch) | |
tree | ce2e061d5f1d3d3dc4768a58bda51700dc5d158f /.env.template | |
parent | 0e4a746eeb18bd9e4c634f37c1b61697e22f4e11 (diff) | |
download | vaultwarden-4bf32af60e7687c4e13650d2b232679817cefde7.tar.gz vaultwarden-4bf32af60e7687c4e13650d2b232679817cefde7.zip |
Fix folder notifications, enable template strict mode and add missing option to env template
Diffstat (limited to '.env.template')
-rw-r--r-- | .env.template | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.env.template b/.env.template index bb269638..ea3516bd 100644 --- a/.env.template +++ b/.env.template @@ -23,6 +23,9 @@ # WEB_VAULT_FOLDER=web-vault/ # WEB_VAULT_ENABLED=true +## Enables websocket notifications +# WEBSOCKET_ENABLED=false + ## Controls the WebSocket server address and port # WEBSOCKET_ADDRESS=0.0.0.0 # WEBSOCKET_PORT=3012 |