From 6a129ca9272a4b85d8fe5b78efda91cee3a413f5 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Wed, 6 Oct 2021 22:47:12 +0100 Subject: Update ALLOWED_HOSTS to include internal address --- pydis_site/settings.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'pydis_site/settings.py') diff --git a/pydis_site/settings.py b/pydis_site/settings.py index 35afea22..d7b87f33 100644 --- a/pydis_site/settings.py +++ b/pydis_site/settings.py @@ -59,11 +59,7 @@ else: 'pythondiscord.com', gethostname(), gethostbyname(gethostname()), - # "That needs to be there for now, until we move back to... - # no, don't put that there, actually, yeah, put that there, - # that's fine, yeah, no no no no no no, stop it, you're being - # a problem now, I'm phoning [DAD'S NAME]" - Joe - 'pydis-api.default.svc.cluster.local', + 'site.default.svc.cluster.local', ], ) SECRET_KEY = env('SECRET_KEY') -- cgit v1.2.3