We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f945118 commit d5c5c7cCopy full SHA for d5c5c7c
1 file changed
docs/configuration.md
@@ -43,7 +43,8 @@ options listed, see `.env` file for the full list of possible env variables.
43
Environment variables allow to overwrite settings in the web interface. This is useful, if you want to enforce certain
44
settings to be unchangable by users, or if you want to configure settings in a central place in a deployed environment.
45
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.
+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).
48
49
For technical and security reasons some settings can only be configured via environment variables and not via the web
50
interface. These settings are marked with "(env only)" in the description below.
0 commit comments