diff options
author | Daniel <[email protected]> | 2024-07-30 20:42:56 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2024-07-30 19:42:56 +0200 |
commit | d7df0ad79eb42761bd18f8f5b54b5a650fbb7081 (patch) | |
tree | 7cf796b8605055f1b35316c7776519bc03c4afb3 /.env.template | |
parent | 7c8ba0c2324dec1159d2fc2ba2e15b498899eb40 (diff) | |
download | vaultwarden-d7df0ad79eb42761bd18f8f5b54b5a650fbb7081.tar.gz vaultwarden-d7df0ad79eb42761bd18f8f5b54b5a650fbb7081.zip |
Rewrite the Push Notifications section in the configuration template (#4805)
- also update the European Union related information for a working setup
- fixes https://github.com/dani-garcia/vaultwarden/issues/4609
Diffstat (limited to '.env.template')
-rw-r--r-- | .env.template | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/.env.template b/.env.template index fc9365b3..45239f68 100644 --- a/.env.template +++ b/.env.template @@ -92,15 +92,20 @@ ########################## ## Enables push notifications (requires key and id from https://bitwarden.com/host) -## If you choose "European Union" Data Region, uncomment PUSH_RELAY_URI and PUSH_IDENTITY_URI then replace .com by .eu ## Details about mobile client push notification: ## - https://github.com/dani-garcia/vaultwarden/wiki/Enabling-Mobile-Client-push-notification # PUSH_ENABLED=false # PUSH_INSTALLATION_ID=CHANGEME # PUSH_INSTALLATION_KEY=CHANGEME -## Don't change this unless you know what you're doing. + +# WARNING: Do not modify the following settings unless you fully understand their implications! +# Default Push Relay and Identity URIs # PUSH_RELAY_URI=https://push.bitwarden.com # PUSH_IDENTITY_URI=https://identity.bitwarden.com +# European Union Data Region Settings +# If you have selected "European Union" as your data region, use the following URIs instead. +# PUSH_RELAY_URI=https://api.bitwarden.eu +# PUSH_IDENTITY_URI=https://identity.bitwarden.eu ##################### ### Schedule jobs ### |