0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-09-27 12:58:58 +02:00

update branch name (master -> main)

Jeremy Lin 2021-10-29 11:14:44 -07:00
parent 7501f98b2b
commit 6549ccaa20

@ -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 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. 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 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: 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 ## Setting the domain URL