Skip to content

Commit 1817ef1

Browse files
committed
allow 127.0.0.1
1 parent abf9671 commit 1817ef1

File tree

1 file changed

+1
-1
lines changed
  • infrastructure/applications/pycon_backend

1 file changed

+1
-1
lines changed

infrastructure/applications/pycon_backend/worker.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ locals {
3030
},
3131
{
3232
name = "ALLOWED_HOSTS",
33-
value = ".pycon.it,${var.server_ip}"
33+
value = ".pycon.it,${var.server_ip},127.0.0.1"
3434
},
3535
{
3636
name = "DJANGO_SETTINGS_MODULE",

0 commit comments

Comments
 (0)