Add default value for plugins_enabled to configuration template file

This commit is contained in:
Oliver 2022-01-11 12:34:34 +11:00
parent a92ea1e5c7
commit ad851a653c

View File

@ -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