Pull debug level out into the .env file

This commit is contained in:
Oliver 2021-08-17 20:45:57 +10:00
parent d5d89c67b1
commit 895f9f3ce0

View File

@ -3,6 +3,9 @@
# Set DEBUG to False for a production environment! # Set DEBUG to False for a production environment!
INVENTREE_DEBUG=True INVENTREE_DEBUG=True
# Change verbosity level for debug output
INVENTREE_DEBUG_LEVEL="INFO"
# Database linking options # Database linking options
INVENTREE_DB_ENGINE=sqlite3 INVENTREE_DB_ENGINE=sqlite3
INVENTREE_DB_NAME=/home/inventree/dev/inventree_db.sqlite3 INVENTREE_DB_NAME=/home/inventree/dev/inventree_db.sqlite3