Skip to content

Commit d5c5c7c

Browse files
committed
Added documentation about the censoring
1 parent f945118 commit d5c5c7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/configuration.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ options listed, see `.env` file for the full list of possible env variables.
4343
Environment variables allow to overwrite settings in the web interface. This is useful, if you want to enforce certain
4444
settings to be unchangable by users, or if you want to configure settings in a central place in a deployed environment.
4545
On the settings page, you can hover over a setting to see, which environment variable can be used to overwrite it, it
46-
is shown as tooltip.
46+
is shown as tooltip. API keys or similar sensitve data which is overwritten by env variables, are redacted on the web
47+
interface, so that even administrators cannot see them (only the last 2 characters and the length).
4748

4849
For technical and security reasons some settings can only be configured via environment variables and not via the web
4950
interface. These settings are marked with "(env only)" in the description below.

0 commit comments

Comments
 (0)