Merge pull request #2000 from SchrodingersGat/dev-conf-fix
Fix for docker development env file
This commit is contained in:
commit
87a41c7e39
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue