Skip to content

Commit

Permalink
Remove unneeded DJANGO_SECRET_KEY declaration in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jtwillis92 committed Jul 27, 2021
1 parent 2110129 commit dc9a6a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tdrs-backend/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ services:
web:
restart: always
environment:
- DJANGO_SECRET_KEY=local
- DB_USER=tdpuser
- DB_PASSWORD=something_secure
- DB_NAME=tdrs_test
Expand Down

0 comments on commit dc9a6a0

Please sign in to comment.