Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
spalk committed Dec 24, 2024
1 parent f6e8853 commit 5959aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
environment:
- DJANGO_SECRET_KEY=${DJANGO_SECRET_KEY}
- DJANGO_ALLOWED_HOSTS=${DOMAIN}
- DJANGO_DEBUG=0
- DJANGO_DEBUG=1
- DOMAIN=${DOMAIN}
- EMAIL_FROM_SITE=${EMAIL_FROM_SITE}
- EMAIL_FROM_SITE_PASSWD=${EMAIL_FROM_SITE_PASSWD}
Expand Down

0 comments on commit 5959aec

Please sign in to comment.