From ad851a653ce611c3872ab4b2403bc24f4b39fdc9 Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 11 Jan 2022 12:34:34 +1100 Subject: [PATCH] Add default value for plugins_enabled to configuration template file --- InvenTree/config_template.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/InvenTree/config_template.yaml b/InvenTree/config_template.yaml index d8f780bb36..b14c1224ce 100644 --- a/InvenTree/config_template.yaml +++ b/InvenTree/config_template.yaml @@ -102,6 +102,10 @@ debug: True # and only if InvenTree is accessed from a local IP (127.0.0.1) debug_toolbar: False +# Set this variable to True to enable InvenTree Plugins +# Alternatively, use the environment variable INVENTREE_PLUGINS_ENABLED +plugins_enabled: False + # Configure the system logging level # Use environment variable INVENTREE_LOG_LEVEL # Options: DEBUG / INFO / WARNING / ERROR / CRITICAL