Debugging hard coded in settings

This commit is contained in:
gw3000 2023-07-22 22:13:38 +02:00
parent fbaef27c3a
commit 4f842b0311
2 changed files with 0 additions and 2 deletions

View file

@ -21,7 +21,6 @@ services:
- "DB_PASSWORD=${DB_PASSWORD}"
- "DB_PORT=${DB_PORT}"
- "DB_USER=${DB_USER}"
- "DEBUG=${DEBUG}"
- "SECRET_KEY=${SECRET_KEY}"
depends_on:
- db