Configure default CSRF_TRUSTED_ORIGINS

This commit is contained in:
Nick Sellen 2023-10-19 19:03:05 +01:00
parent 5dbce885f0
commit 96b3c0f9dd
Signed by: nicksellen
GPG Key ID: 7C3A275C0DC2EFA1
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ SECRET_SMTP_PASSWORD_VERSION=v1
# account id for maxmind (for GeoIP)
#MAXMIND_ACCOUNT_ID=
#SECRET_MAXMIND_LICENSE_KEY_VERSION=v1
SECRET_MAXMIND_LICENSE_KEY_VERSION=v1
SITE_NAME=karrot dev
SITE_LOGO=https://user-images.githubusercontent.com/31616/36565633-517373a4-1821-11e8-9948-5bf6887c667e.png
@ -26,4 +26,4 @@ EMAIL_BACKEND=console
SITE_URL=https://${DOMAIN}
LETS_ENCRYPT_ENV=production
CSRF_TRUSTED_ORIGINS=${SITE_URL}