Skip to content
Snippets Groups Projects
Commit 693379f8 authored by Vegard Murvold Sporstøl's avatar Vegard Murvold Sporstøl
Browse files

update from base repository

parent 1dcab67b
No related branches found
No related tags found
2 merge requests!3Merge new master to dev,!2Uc 2
Pipeline #113273 failed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment