mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 11:36:44 +00:00
re-enable plugins by default for debug docker environment (#3894)
This commit is contained in:
parent
652f4aa7c4
commit
4a3ca6d326
@ -14,5 +14,5 @@ INVENTREE_DB_PORT=5432
|
|||||||
INVENTREE_DB_USER=pguser
|
INVENTREE_DB_USER=pguser
|
||||||
INVENTREE_DB_PASSWORD=pgpassword
|
INVENTREE_DB_PASSWORD=pgpassword
|
||||||
|
|
||||||
# Enable plugins?
|
# Enable custom plugins?
|
||||||
INVENTREE_PLUGINS_ENABLED=False
|
INVENTREE_PLUGINS_ENABLED=True
|
||||||
|
@ -41,7 +41,7 @@ INVENTREE_DB_PORT=5432
|
|||||||
#INVENTREE_CACHE_HOST=inventree-cache
|
#INVENTREE_CACHE_HOST=inventree-cache
|
||||||
#INVENTREE_CACHE_PORT=6379
|
#INVENTREE_CACHE_PORT=6379
|
||||||
|
|
||||||
# Enable plugins?
|
# Enable custom plugins?
|
||||||
INVENTREE_PLUGINS_ENABLED=False
|
INVENTREE_PLUGINS_ENABLED=False
|
||||||
|
|
||||||
# Image tag that should be used
|
# Image tag that should be used
|
||||||
|
Loading…
x
Reference in New Issue
Block a user