2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 19:45:46 +00:00

Merge pull request #2000 from SchrodingersGat/dev-conf-fix

Fix for docker development env file
This commit is contained in:
Oliver
2021-08-23 09:10:25 +10:00
committed by GitHub

View File

@ -4,7 +4,7 @@
INVENTREE_DEBUG=True
# Change verbosity level for debug output
INVENTREE_DEBUG_LEVEL="INFO"
INVENTREE_DEBUG_LEVEL=INFO
# Database linking options
INVENTREE_DB_ENGINE=sqlite3