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:
committed by
GitHub
parent
9be8c67fa8
commit
df153f2a59
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user