2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 18:15:40 +00:00

re-enable plugins by default for debug docker environment (#3894)

This commit is contained in:
Oliver
2022-11-02 09:51:36 +11:00
committed by GitHub
parent 652f4aa7c4
commit 4a3ca6d326
2 changed files with 3 additions and 3 deletions

View File

@ -14,5 +14,5 @@ INVENTREE_DB_PORT=5432
INVENTREE_DB_USER=pguser
INVENTREE_DB_PASSWORD=pgpassword
# Enable plugins?
INVENTREE_PLUGINS_ENABLED=False
# Enable custom plugins?
INVENTREE_PLUGINS_ENABLED=True