7 lines
198 B
Bash
7 lines
198 B
Bash
# For production you should set this to match the proxy configuration (127.0.0.1)
|
|
FORWARDED_ALLOW_IPS='127.0.0.1'
|
|
|
|
# DO NOT TRACK
|
|
SCARF_NO_ANALYTICS=true
|
|
DO_NOT_TRACK=true
|
|
ANONYMIZED_TELEMETRY=false |