Skip to content

Commit

Permalink
ci: (re)add allowed host
Browse files Browse the repository at this point in the history
Add (updated) domain name used for deployments back to
ALLOWED_HOSTS setting.
  • Loading branch information
koeaw committed Nov 10, 2023
1 parent b6cbed5 commit 8211610
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apis_ontology/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
ALLOWED_HOSTS = [
"127.0.0.1",
"localhost",
"frischmuth-dev.acdh-dev.oeaw.ac.at",
]

if "ALLOWED_HOSTS" in os.environ:
Expand Down

0 comments on commit 8211610

Please sign in to comment.