aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/settings.py
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-04-15 12:01:29 +0100
committerGravatar GitHub <[email protected]>2024-04-15 12:01:29 +0100
commit330faa994a3c5742de8499db05a79b4c076a36f4 (patch)
tree238590f9798ed5047838cc287da178d5c19e3971 /pydis_site/settings.py
parentMerge pull request #1295 from python-discord/dependabot/pip/idna-3.7 (diff)
Update new web namespace in ALLOWED_HOSTS
Diffstat (limited to 'pydis_site/settings.py')
-rw-r--r--pydis_site/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/settings.py b/pydis_site/settings.py
index aeb704d8..f5851edb 100644
--- a/pydis_site/settings.py
+++ b/pydis_site/settings.py
@@ -101,7 +101,7 @@ else:
'pythondiscord.com',
gethostname(),
gethostbyname(gethostname()),
- 'site.default.svc.cluster.local',
+ 'site.web.svc.cluster.local',
],
)
SECRET_KEY = env('SECRET_KEY')