Explorar o código

Add plugins settings to example config

Jeremy Stretch %!s(int64=6) %!d(string=hai) anos
pai
achega
b5aff1575d
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      netbox/netbox/configuration.example.py

+ 6 - 0
netbox/netbox/configuration.example.py

@@ -175,6 +175,12 @@ NAPALM_ARGS = {}
 # Determine how many objects to display per page within a list. (Default: 50)
 PAGINATE_COUNT = 50
 
+# Enable installed plugins. Add the name of each plugin to the list.
+PLUGINS = []
+
+# Configure enabled plugins. This should be a dictionary of dictionaries, mapping each plugin by name to its configuration parameters.
+PLUGINS_CONFIG = {}
+
 # When determining the primary IP address for a device, IPv6 is preferred over IPv4 by default. Set this to True to
 # prefer IPv4 instead.
 PREFER_IPV4 = False