Merge pull request #485 from valckmir/main
Some checks are pending
Deploy site to Pages / build (push) Waiting to run
Deploy site to Pages / deploy (push) Blocked by required conditions

docs: document `ENABLE_PERSISTENT_CONFIG` variable
This commit is contained in:
Tim Jaeryang Baek 2025-04-09 16:16:22 -07:00 committed by GitHub
commit 21e8eab97e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,6 +53,12 @@ environment variables, see our [logging documentation](https://docs.openwebui.co
- **Docker Default**: `prod`
- Description: Environment setting.
#### `ENABLE_PERSISTENT_CONFIG`
- Type: `bool`
- Default: `True`
- Description: If set to `False`, all `PersistentConfig` variables are treated as regular variables.
#### `CUSTOM_NAME`
- Type: `str`