diff --git a/backend/backend/settings.py b/backend/backend/settings.py index 2750ac1..b2f312b 100644 --- a/backend/backend/settings.py +++ b/backend/backend/settings.py @@ -28,10 +28,11 @@ # SECURITY WARNING: don't run with debug turned on in production! DEBUG = False -ALLOWED_HOSTS = ['dbsapi.lchappuis.fr', 'localhost', 'dbs.etu-utc.fr'] +ALLOWED_HOSTS = ['dbsapi.lchappuis.fr', 'localhost', 'dbs.etu-utc.fr', 'decibels.assos.utc.fr','dbs-serv-eth.mde.utc'] CSRF_TRUSTED_ORIGINS = [ 'https://dbsapi.lchappuis.fr', 'https://dbs.etu-utc.fr', + 'https://decibels.assos.utc.fr', ] STATIC_URL = '/django_static/'