From 4a3ca6d32645c64e54012763226f7e87b95d63f3 Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 2 Nov 2022 09:51:36 +1100 Subject: [PATCH] re-enable plugins by default for debug docker environment (#3894) --- docker.dev.env | 4 ++-- docker/production/.env | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker.dev.env b/docker.dev.env index c19df355cd..64e91e3338 100644 --- a/docker.dev.env +++ b/docker.dev.env @@ -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 diff --git a/docker/production/.env b/docker/production/.env index f61e799362..343e3965fa 100644 --- a/docker/production/.env +++ b/docker/production/.env @@ -41,7 +41,7 @@ INVENTREE_DB_PORT=5432 #INVENTREE_CACHE_HOST=inventree-cache #INVENTREE_CACHE_PORT=6379 -# Enable plugins? +# Enable custom plugins? INVENTREE_PLUGINS_ENABLED=False # Image tag that should be used