Skip to content

Commit

Permalink
Add additional allowed hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
153957 committed Mar 29, 2024
1 parent 7d4b987 commit 84b2a8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions provisioning/roles/publicdb/templates/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@

ALLOWED_HOSTS = [
'{{ publicdb_host }}',
'data.hisparc.nl',
'155.101.19.145',
]

if DEBUG:
Expand Down

0 comments on commit 84b2a8c

Please sign in to comment.