Update env-configuration.md

This commit is contained in:
Classic298 2025-06-10 13:39:37 +02:00 committed by GitHub
parent 38f2aa5b6b
commit 9f7f306175
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2918,6 +2918,13 @@ If `OAUTH_PICTURE_CLAIM` is set to `''` (empty string), then the OAuth picture c
- Description: Enables or disables enforced temporary chats for users.
- Persistence: This environment variable is a `PersistentConfig` variable.
#### `USER_PERMISSIONS_CHAT_ALLOW_CUSTOM_SYSTEM_PROMPT`
- Type: `str`
- Default: `True`
- Description: Allows or disallows users to set a custom system prompt for all of their chats.
- Persistence: This environment variable is a `PersistentConfig` variable.
### Feature Permissions
#### `USER_PERMISSIONS_FEATURES_DIRECT_TOOL_SERVERS`