Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tdt4242-base
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Åsmund Haugse
tdt4242-base
Commits
3b5bc146
Commit
3b5bc146
authored
4 years ago
by
Pernille Welle-Watne
Browse files
Options
Downloads
Patches
Plain Diff
add correct path and url
parent
42fbad16
No related branches found
Branches containing commit
No related tags found
5 merge requests
!9
Error 1
,
!7
Boundary tests
,
!6
Task 2 coverage test
,
!5
Task 2 coverage test
,
!3
Google calendar
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
backend/secfit/secfit/settings.py
+1
-1
1 addition, 1 deletion
backend/secfit/secfit/settings.py
heruko.yml
+1
-1
1 addition, 1 deletion
heruko.yml
with
2 additions
and
2 deletions
backend/secfit/secfit/settings.py
+
1
−
1
View file @
3b5bc146
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
heruko.yml
+
1
−
1
View file @
3b5bc146
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment