Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
endret development bruker fra mikkesraa til sjsivert
Browse files Browse the repository at this point in the history
  • Loading branch information
Sindre Sivertsen committed Apr 7, 2019
1 parent 0aba37d commit b331e8d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.idea
*.swp
*.zip
.vscode
temp
*.log
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- DEVELOPMENT=true
- POSTGRES_DB=fg_dev_db
- LD_LIBRARY_PATH=/usr/local/lib
- HTTP_REMOTE_USER=mikkesa@ad.samfundet.no
- HTTP_REMOTE_USER=sjsivert@ad.samfundet.no
volumes:
- ./src/angular_frontend:/static/angular

Expand Down
2 changes: 1 addition & 1 deletion nginx/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ server {
uwsgi_param X-Real-IP $remote_addr;
uwsgi_param X-Forwarded-For $proxy_add_x_forwarded_for;
uwsgi_param X-Forwarded-Proto $http_x_forwarded_proto;
uwsgi_param HTTP_REMOTE_USER mikkesa@;
uwsgi_param HTTP_REMOTE_USER sjsivert@;
}

# hidden folders should never be accessible (.git, .vscode etc.)
Expand Down

0 comments on commit b331e8d

Please sign in to comment.