diff --git a/backend/secfit/secfit/settings.py b/backend/secfit/secfit/settings.py index 0f702f0db7cbfd28864bf444042768b312aa7646..67c0e22309e1f49bec2da6d1a8e68b47f2c36625 100644 --- a/backend/secfit/secfit/settings.py +++ b/backend/secfit/secfit/settings.py @@ -12,6 +12,8 @@ https://docs.djangoproject.com/en/3.1/ref/settings/ from pathlib import Path import os +from .djangoHeroku import settings + # Get the GROUPID variable to accept connections from the application server and NGINX @@ -43,8 +45,8 @@ ALLOWED_HOSTS = [ "10." + groupid + ".0.4", "molde.idi.ntnu.no", "10.0.2.2", - "secfit-group15-frontend.herokuapp.com" - "secfit-group15-backend.herokuapp.com" + "secfit-group15-frontend.herokuapp.com", + "secfit-group15-backend.herokuapp.com", ] # Application definition