Skip to content

Commit 3b78d9a

Browse files
authored
Merge pull request #604 from python-discord/jb3/add-site-local-svc
Update ALLOWED_HOSTS to include internal address
2 parents 3c2fcb8 + 6a129ca commit 3b78d9a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pydis_site/settings.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,7 @@
5959
'pythondiscord.com',
6060
gethostname(),
6161
gethostbyname(gethostname()),
62-
# "That needs to be there for now, until we move back to...
63-
# no, don't put that there, actually, yeah, put that there,
64-
# that's fine, yeah, no no no no no no, stop it, you're being
65-
# a problem now, I'm phoning [DAD'S NAME]" - Joe
66-
'pydis-api.default.svc.cluster.local',
62+
'site.default.svc.cluster.local',
6763
],
6864
)
6965
SECRET_KEY = env('SECRET_KEY')

0 commit comments

Comments
 (0)