diff options
author | 2024-04-15 12:01:29 +0100 | |
---|---|---|
committer | 2024-04-15 12:01:29 +0100 | |
commit | 330faa994a3c5742de8499db05a79b4c076a36f4 (patch) | |
tree | 238590f9798ed5047838cc287da178d5c19e3971 /pydis_site/settings.py | |
parent | Merge 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.py | 2 |
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') |