Skip to content

Commit

Permalink
new DJANGO_CSRF_TRUSTED_ORIGINS
Browse files Browse the repository at this point in the history
  • Loading branch information
mleist committed Feb 12, 2024
1 parent dbd331e commit d11dbff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion {{cookiecutter.project_slug}}/envs.dist/production/spot
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ DJANGO_SUPERUSER_USERNAME={{cookiecutter.d4service_spot_admin_username}}
DJANGO_SUPERUSER_EMAIL={{cookiecutter.d4service_spot_admin_mail}}
DJANGO_SUPERUSER_PASSWORD=!!!SET SPOT_ADMIN_PASSWORD!!!
DJANGO_ADMIN_URL=!!!SET DJANGO_ADMIN_URL!!!
DJANGO_ALLOWED_HOSTS=.{{ cookiecutter.prod_domain_name }}
DJANGO_ALLOWED_HOSTS={{ cookiecutter.prod_domain_name }}
DJANGO_CSRF_TRUSTED_ORIGINS={{ cookiecutter.prod_domain_name }}

# Security
# ------------------------------------------------------------------------------
Expand Down

0 comments on commit d11dbff

Please sign in to comment.