aboutsummaryrefslogtreecommitdiff
path: root/.env.template
diff options
context:
space:
mode:
authorTHONY <[email protected]>2024-01-01 16:01:57 +0100
committerGitHub <[email protected]>2024-01-01 16:01:57 +0100
commitd672ad3f76e9cf8437fbe58fb82791e4212382c8 (patch)
treea36307a827cbda040105fb55d6b3d5b31c904f8e /.env.template
parenta641b48884bd66fc8cac4476a69d7f93bf48f2c4 (diff)
downloadvaultwarden-d672ad3f76e9cf8437fbe58fb82791e4212382c8.tar.gz
vaultwarden-d672ad3f76e9cf8437fbe58fb82791e4212382c8.zip
US or EU Data Region Selection (#3752)
* add selection of data region for push * fix cargo check + rewrite config + add check url * fix clippy error * add comment in .env.template, adapt config.rs * Update .env.template Co-authored-by: William Desportes <[email protected]> * Update .env.template Co-authored-by: William Desportes <[email protected]> * Revert "Update .env.template" This reverts commit 5bed974ba7b9f481792d2228834585f053d47dc3. * Revert "Update .env.template" This reverts commit 0760eff95dfaf2a9cf97bb25f6cf7660bdf55173. * fix /connect/token to push identity * fix /connect/token to push identity * Fixed formatting when solving merge conflicts --------- Co-authored-by: William Desportes <[email protected]> Co-authored-by: Daniel GarcĂ­a <[email protected]>
Diffstat (limited to '.env.template')
-rw-r--r--.env.template4
1 files changed, 3 insertions, 1 deletions
diff --git a/.env.template b/.env.template
index ee781619..70b1fd6c 100644
--- a/.env.template
+++ b/.env.template
@@ -77,11 +77,13 @@
# WEBSOCKET_PORT=3012
## 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
# PUSH_ENABLED=true
# PUSH_INSTALLATION_ID=CHANGEME
# PUSH_INSTALLATION_KEY=CHANGEME
## Don't change this unless you know what you're doing.
# PUSH_RELAY_URI=https://push.bitwarden.com
+# PUSH_IDENTITY_URI=https://identity.bitwarden.com
## Controls whether users are allowed to create Bitwarden Sends.
## This setting applies globally to all users.
@@ -462,4 +464,4 @@
## HaveIBeenPwned API Key, request it here: https://haveibeenpwned.com/API/Key
# HIBP_API_KEY=
-# vim: syntax=ini
+# vim: syntax=ini \ No newline at end of file