openscanhub: fix allowed hosts django setting

Signed-off-by: Siteshwar Vashisht <svashisht@redhat.com>
This commit is contained in:
Siteshwar Vashisht 2024-03-22 16:01:48 +01:00 committed by zlopez
parent b378e1bb4b
commit b148c77ff5

View file

@ -154,5 +154,4 @@ SINGLE_USE_WORKER_OSH_HUB_URL = "https://openscanhub.fedoraproject.org/xmlrpc"
# May be, related public key should be copied when a new worker is set up.
SINGLE_USE_WORKER_SSH_PRIVATE_KEY = "/etc/osh/worker-manager/id_rsa"
# TODO: Change this for staging and production deployments.
ALLOWED_HOSTS = ['*']
ALLOWED_HOSTS = ['openscanhub{{ env_suffix }}.fedoraproject.org']