1
0
mirror of https://github.com/bitwarden/help synced 2025-12-06 00:03:30 +00:00

Central Config (#652)

* initial draft

* env var rebuild note

* automatic update faq

* browser extension
This commit is contained in:
fred_the_tech_writer
2021-06-28 14:43:32 -04:00
committed by GitHub
parent 9be8c67fa8
commit df153f2a59
5 changed files with 95 additions and 4 deletions

View File

@@ -8,9 +8,9 @@ tags: [hosting, docker, install, deploy]
order: 05
---
Some features of Bitwarden are not configured by the `bitwarden.sh` installer. Configure these settings by editing the environment file, located at `./bwdata/env/global.override.env`.
Some features of Bitwarden are not configured by the `bitwarden.sh` installer. Configure these settings by editing the environment file, located at `./bwdata/env/global.override.env`. `global.override.env` comes pre-baked with configurable variables (see [Included Variables](#included-variables)), however there are additional variables which can be manually added (see [Optional Variables](#optional-variables)).
`global.override.env` comes pre-baked with configurable variables (see [Included Variables](#included-variables)), however there are additional variables which can be manually added (see [Optional Variables](#optional-variables)).
**Whenever you make changes to** `global.override.env`**, perform a** `./bitwarden.sh rebuild` **to apply your changes.**
{% callout info %}
This article will not define every environment variable, instead focusing on those used or configured by most installations.