diff --git a/configuration/configuration.py b/configuration/configuration.py index 64ef4a6..1db6051 100644 --- a/configuration/configuration.py +++ b/configuration/configuration.py @@ -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. diff --git a/configuration/plugins.py b/configuration/plugins.py index c0b1a1f..9544884 100644 --- a/configuration/plugins.py +++ b/configuration/plugins.py @@ -4,7 +4,7 @@ # To learn how to build images with your required plugins # See https://github.com/netbox-community/netbox-docker/wiki/Using-Netbox-Plugins -# PLUGINS = ["netbox_bgp"] +PLUGINS = [ "netbox_topology_views" ] # PLUGINS_CONFIG = { # "netbox_bgp": {