PRIMAVERA-H2020 / primavera-dmt

PRIMAVERA Data Management Tool
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Fix setting of allowed hosts in django settings file #349

Closed agstephens closed 3 years ago

agstephens commented 3 years ago

File:

/usr/local/primavera_dmt/src/primavera_dmt/pdata_site/settings.py

We need to include all hostnames that might be used:

ALLOWED_HOSTS = ['prima-dm1.jasmin.ac.uk', 'prima-dm.jasmin.ac.uk', 'prima-dm.ceda.ac.uk']