Skip to content

Commit

Permalink
fix: update allowed hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
balavec committed Apr 12, 2024
1 parent 9ad13f9 commit 9a5a2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/k8s/base/app.configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ data:
DJANGO_ADMIN_URL: "admin/"
DJANGO_SETTINGS_MODULE: "config.settings.local"
DJANGO_SECRET_KEY: "CHANGEME"
DJANGO_ALLOWED_HOSTS: "localhost,127.0.0.1,django,{{ cookiecutter.domain_name }}"
DJANGO_ALLOWED_HOSTS: "localhost,127.0.0.1,django,.{{ cookiecutter.domain_name }}"
DJANGO_CSRF_TRUSTED_ORIGINS: "http://localhost,https://{{ cookiecutter.domain_name }}"
DJANGO_SECURE_SSL_REDIRECT: "False"
PGDATA: "/var/lib/postgresql/data/pgdata"
Expand Down

0 comments on commit 9a5a2b8

Please sign in to comment.