Skip to content

Commit ebbf685

Browse files
committed
Update env-configuration.md
1 parent f552f5f commit ebbf685

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/getting-started/advanced-topics/env-configuration.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ This page is up to date with Open WebUI release version [v0.5.1](https://github.
1919

2020
### Important Note on PersistentConfig Environment Variables
2121

22-
2322
:::note
23+
2424
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.
2525

2626
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
3030
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.
3131

3232
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+
3334
:::
3435

3536
## App/Backend
@@ -169,7 +170,7 @@ is also being used and set to `True`. Failure to do so will result in the inabil
169170
#### `WEBHOOK_URL`
170171

171172
- 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.
173174
- Persistence: This environment variable is a `PersistentConfig` variable.
174175

175176
#### `WEBUI_BUILD_HASH`
@@ -285,6 +286,7 @@ allowing the client to wait indefinitely.
285286
- Type: `str`
286287
- Description: Configures load-balanced Ollama backend hosts, separated by `;`. See
287288
[`OLLAMA_BASE_URL`](#ollama_base_url). Takes precedence over[`OLLAMA_BASE_URL`](#ollama_base_url).
289+
- Example: `http://host-one:11434;http://host-two:11434`
288290
- Persistence: This environment variable is a `PersistentConfig` variable.
289291

290292
#### `USE_OLLAMA_DOCKER`
@@ -313,6 +315,7 @@ allowing the client to wait indefinitely.
313315
- Type: `str`
314316
- Default: `https://api.openai.com/v1`
315317
- Description: Configures the OpenAI base API URL.
318+
- Persistence: This environment variable is a `PersistentConfig` variable.
316319

317320
#### `OPENAI_API_BASE_URLS`
318321

@@ -325,6 +328,8 @@ allowing the client to wait indefinitely.
325328

326329
- Type: `str`
327330
- Description: Sets the OpenAI API key.
331+
- Example: `sk-124781258123`
332+
- Persistence: This environment variable is a `PersistentConfig` variable.
328333

329334
#### `OPENAI_API_KEYS`
330335

0 commit comments

Comments
 (0)