We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf9671 commit 1817ef1Copy full SHA for 1817ef1
infrastructure/applications/pycon_backend/worker.tf
@@ -30,7 +30,7 @@ locals {
30
},
31
{
32
name = "ALLOWED_HOSTS",
33
- value = ".pycon.it,${var.server_ip}"
+ value = ".pycon.it,${var.server_ip},127.0.0.1"
34
35
36
name = "DJANGO_SETTINGS_MODULE",
0 commit comments