blob: d2804132574b0f7edfbbaa4b9c7ccc4480f60371 (
plain)
1
2
3
4
5
6
7
|
# See https://docs.openwebui.com/reference/env-configuration for more information
CORS_ALLOW_ORIGIN='*'
FORWARDED_ALLOW_IPS='*'
SCARF_NO_ANALYTICS=true
DO_NOT_TRACK=true
ANONYMIZED_TELEMETRY=true
|