From 6549ccaa20744fbefa637ae3370a959f1f839ad0 Mon Sep 17 00:00:00 2001 From: Jeremy Lin Date: Fri, 29 Oct 2021 11:14:44 -0700 Subject: [PATCH] update branch name (master -> main) --- Configuration-overview.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Configuration-overview.md b/Configuration-overview.md index 5bf57d7..69efc13 100644 --- a/Configuration-overview.md +++ b/Configuration-overview.md @@ -18,17 +18,17 @@ If you want to keep environment variables in a file (customarily named `.env`), You can find the list of environment variables you can set at -https://github.com/dani-garcia/vaultwarden/blob/master/.env.template +https://github.com/dani-garcia/vaultwarden/blob/main/.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/vaultwarden/blob/master/src/config.rs (search for `make_config! {`) +https://github.com/dani-garcia/vaultwarden/blob/main/src/config.rs (search for `make_config! {`) Or you can use this direct link if your (Chromium-based) browser supports text fragments: -https://github.com/dani-garcia/vaultwarden/blob/master/src/config.rs#LC290:~:text=make_config!%20%7B,-folders +https://github.com/dani-garcia/vaultwarden/blob/main/src/config.rs#LC290:~:text=make_config!%20%7B,-folders ## Setting the domain URL