summaryrefslogtreecommitdiff
path: root/.env.template
diff options
context:
space:
mode:
authorGeekCornerGH <[email protected]>2023-06-11 13:28:18 +0200
committerGeekCornerGH <[email protected]>2023-06-11 13:28:18 +0200
commit2d66292350d352c3ea41db08d4c2de33898e9806 (patch)
treed41f087f7a173c24f6d6f0da5eb378e69bd0d4c4 /.env.template
parentadf67a8ee887d21e104adfa8b6521d7971f5a1f1 (diff)
downloadvaultwarden-2d66292350d352c3ea41db08d4c2de33898e9806.tar.gz
vaultwarden-2d66292350d352c3ea41db08d4c2de33898e9806.zip
feat: Push Notifications
Co-authored-by: samb-devel <[email protected]> Co-authored-by: Zoruk <[email protected]>
Diffstat (limited to '.env.template')
-rw-r--r--.env.template7
1 files changed, 7 insertions, 0 deletions
diff --git a/.env.template b/.env.template
index 425741ae..6e164152 100644
--- a/.env.template
+++ b/.env.template
@@ -72,6 +72,13 @@
# WEBSOCKET_ADDRESS=0.0.0.0
# WEBSOCKET_PORT=3012
+## Enables push notifications (requires key and id from https://bitwarden.com/host)
+# PUSH_ENABLED=true
+# PUSH_INSTALLATION_ID=CHANGEME
+# PUSH_INSTALLATION_KEY=CHANGEME
+## Don't change this unless you know what you're doing.
+# PUSH_RELAY_BASE_URI=https://push.bitwarden.com
+
## Controls whether users are allowed to create Bitwarden Sends.
## This setting applies globally to all users.
## To control this on a per-org basis instead, use the "Disable Send" org policy.