Skip to content
Snippets Groups Projects
Commit 3b5bc146 authored by Pernille Welle-Watne's avatar Pernille Welle-Watne
Browse files

add correct path and url

parent 42fbad16
No related branches found
No related tags found
5 merge requests!9Error 1,!7Boundary tests,!6Task 2 coverage test,!5Task 2 coverage test,!3Google calendar
......@@ -43,7 +43,7 @@ ALLOWED_HOSTS = [
"10." + groupid + ".0.4",
"molde.idi.ntnu.no",
"10.0.2.2",
"safe-meadow-86842.herokuapp.com"
"tdt4242-base.herokuapp.com"
]
# Application definition
......
......@@ -2,7 +2,7 @@ build:
docker:
web: Dockerfile
run:
web: python manage.py runserver 0.0.0.0:$PORT
web: python backend/secfit/manage.py runserver 0.0.0.0:$PORT
release:
image: web
command:
......
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