aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-07-18 03:39:59 -0400
committerJesse Luehrs <doy@tozt.net>2023-07-18 03:41:17 -0400
commitd2a97be689b034ed056f3ba41a9775635872a073 (patch)
treeb3b7cdba70d065f78465690b9e6e014f7c085e5f /README.md
parentcf75da99817cadba82299ef3d106da5308433486 (diff)
downloadrbw-d2a97be689b034ed056f3ba41a9775635872a073.tar.gz
rbw-d2a97be689b034ed056f3ba41a9775635872a073.zip
fix websockets for self-hosted bitwarden
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7ea61ee..f327ade 100644
--- a/README.md
+++ b/README.md
@@ -56,6 +56,9 @@ configuration options:
* `identity_url`: The URL of the Bitwarden identity server to use. If unset,
will use the `/identity` path on the configured `base_url`, or
`https://identity.bitwarden.com/` if no `base_url` is set.
+* `notifications_url`: The URL of the Bitwarden notifications server to use.
+ If unset, will use the `/notifications` path on the configured `base_url`,
+ or `https://notifications.bitwarden.com/` if no `base_url` is set.
* `lock_timeout`: The number of seconds to keep the master keys in memory for
before requiring the password to be entered again. Defaults to `3600` (one
hour).