2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 02:25:38 +00:00

Merge pull request #1998 from bobek/patch-1

Fix for production docker environment
This commit is contained in:
Oliver
2021-08-23 08:38:04 +10:00
committed by GitHub

View File

@ -4,7 +4,7 @@
# Ensure debug is false for a production setup
INVENTREE_DEBUG=False
INVENTREE_LOG_LEVEL="WARNING"
INVENTREE_LOG_LEVEL=WARNING
# Database configuration
# Note: The example setup is for a PostgreSQL database (change as required)