From 4f0bb73b348a8a09cad06a7f10cae671da07bf9d Mon Sep 17 00:00:00 2001 From: Jeremy Lin Date: Fri, 13 Mar 2020 00:07:31 -0700 Subject: [PATCH] Updated Configuration overview (markdown) --- Configuration-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration-overview.md b/Configuration-overview.md index 47f37a9..4fafc55 100644 --- a/Configuration-overview.md +++ b/Configuration-overview.md @@ -6,7 +6,7 @@ A common source of confusion is enabling the admin page (which creates the `conf ## Setting the domain URL -Make sure to set the `DOMAIN` environment variable (or `domain` in the config file) properly. If you don't, it's likely that various functionality will break mysteriously. Some examples: +Make sure to set the `DOMAIN` environment variable (or `domain` in the config file) to the URL you use to access your bitwarden_rs instance. If you don't, it's likely that various functionality will break mysteriously. Some examples: * `https://bitwarden.example.com` * `https://bitwarden.example.com:8443` (non-default port)