moved plugin configuration to plugins.py

This commit is contained in:
hakasapl 2022-07-05 12:23:46 -04:00
parent b6c53fa09e
commit 384e700c38
2 changed files with 2 additions and 2 deletions

View file

@ -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": {