You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started/advanced-topics/env-configuration.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,8 @@ This page is up to date with Open WebUI release version [v0.5.1](https://github.
19
19
20
20
### Important Note on PersistentConfig Environment Variables
21
21
22
-
23
22
:::note
23
+
24
24
When launching Open WebUI for the first time, all environment variables are treated equally and can be used to configure the application. However, for environment variables marked as `PersistentConfig`, their values are persisted and stored internally.
25
25
26
26
After the initial launch, if you restart the container, `PersistentConfig` environment variables will no longer use the external environment variable values. Instead, they will use the internally stored values.
@@ -30,6 +30,7 @@ In contrast, regular environment variables will continue to be updated and appli
30
30
You can update the values of `PersistentConfig` environment variables directly from within Open WebUI, and these changes will be stored internally. This allows you to manage these configuration settings independently of the external environment variables.
31
31
32
32
Please note that `PersistentConfig` environment variables are clearly marked as such in the documentation below, so you can be aware of how they will behave.
33
+
33
34
:::
34
35
35
36
## App/Backend
@@ -169,7 +170,7 @@ is also being used and set to `True`. Failure to do so will result in the inabil
169
170
#### `WEBHOOK_URL`
170
171
171
172
- Type: `str`
172
-
- Description: Sets a webhook for integration with Slack/Microsoft Teams.
173
+
- Description: Sets a webhook for integration with Discord/Slack/Microsoft Teams.
173
174
- Persistence: This environment variable is a `PersistentConfig` variable.
174
175
175
176
#### `WEBUI_BUILD_HASH`
@@ -285,6 +286,7 @@ allowing the client to wait indefinitely.
285
286
- Type: `str`
286
287
- Description: Configures load-balanced Ollama backend hosts, separated by `;`. See
0 commit comments