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