rename flag to DEBUG_USE_SEED_DATA default False, update compose config

This commit is contained in:
Andreas Köpf
2022-12-29 15:58:35 +01:00
committed by Andreas Köpf
parent b66d05bdf2
commit 30db7254c7
4 changed files with 18 additions and 2 deletions
+1
View File
@@ -71,6 +71,7 @@ services:
environment:
- POSTGRES_HOST=db
- DEBUG_SKIP_API_KEY_CHECK=True
- DEBUG_USE_SEED_DATA=True
- MAX_WORKERS=1
depends_on:
db: