From 9f052ccafdafaa44f966cc4f03e95ade1f3661c9 Mon Sep 17 00:00:00 2001 From: Jeremy Lin Date: Fri, 17 Apr 2020 22:28:28 -0700 Subject: [PATCH] Updated Configuration overview (markdown) --- Configuration-overview.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Configuration-overview.md b/Configuration-overview.md index d30d69d..6b46caa 100644 --- a/Configuration-overview.md +++ b/Configuration-overview.md @@ -12,6 +12,10 @@ https://github.com/dani-garcia/bitwarden_rs/blob/master/.env.template If you enable the [[admin page|Enabling-admin-page]], that will also show the full list of config options. +In case there are any errors or omissions, the source of truth is + +https://github.com/dani-garcia/bitwarden_rs/blob/master/src/config.rs (search for `make_config!`) + ## Setting the domain URL 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: