Update vars to be capitalised to be in line with other variables in config file (#6085)
This commit is contained in:
committed by
GitHub
parent
04c3c9dbf1
commit
469f99f9c9
@@ -67,8 +67,8 @@ When in doubt, deny.
|
||||
Add these settings to your [`config.yaml`](/docs/guides/config-files):
|
||||
|
||||
```yaml
|
||||
security_prompt_enabled: true
|
||||
security_prompt_threshold: 0.7 # Optional, default is 0.7
|
||||
SECURITY_PROMPT_ENABLED: true
|
||||
SECURITY_PROMPT_THRESHOLD: 0.7 # Optional, default is 0.7
|
||||
```
|
||||
|
||||
</TabItem>
|
||||
|
||||
Reference in New Issue
Block a user