Update .env.dist (#198)

Add CSRF_TRUSTED_ORIGINS env variable example to prevent deployment issues
This commit is contained in:
mrcbns
2024-06-06 07:51:30 +02:00
committed by GitHub
parent 8ca74233ff
commit b6bfe1394e

View File

@@ -6,6 +6,7 @@ SECRET_KEY=django-insecure-j8op9)1q8$1&0^s&p*_0%d#pr@w9qj@1o=3#@d=a(^@9@zd@%j
# Don't use "*" for ALLOWED_HOSTS in production
ALLOWED_HOSTS=www.example.com,example.com,*
CSRF_TRUSTED_ORIGINS=example.com,*
# Database URL