moved plugin configuration to plugins.py
This commit is contained in:
parent
b6c53fa09e
commit
384e700c38
2 changed files with 2 additions and 2 deletions
|
@ -192,7 +192,7 @@ NAPALM_ARGS = {}
|
|||
PAGINATE_COUNT = int(environ.get('PAGINATE_COUNT', 50))
|
||||
|
||||
# Enable installed plugins. Add the name of each plugin to the list.
|
||||
PLUGINS = [ "netbox_topology_views" ]
|
||||
PLUGINS = []
|
||||
|
||||
# Plugins configuration settings. These settings are used by various plugins that the user may have installed.
|
||||
# Each key in the dictionary is the name of an installed plugin and its value is a dictionary of settings.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue