From 69dd87689c5db113cc83fc72f90bcf38c48e7a05 Mon Sep 17 00:00:00 2001 From: ryanmerolle Date: Tue, 20 Apr 2021 07:55:12 -0400 Subject: [PATCH] switch plugin example to netbox_bgp --- configuration/plugins.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration/plugins.py b/configuration/plugins.py index 5cf1287..c0b1a1f 100644 --- a/configuration/plugins.py +++ b/configuration/plugins.py @@ -4,10 +4,10 @@ # To learn how to build images with your required plugins # See https://github.com/netbox-community/netbox-docker/wiki/Using-Netbox-Plugins -# PLUGINS = ["netbox_onboarding"] +# PLUGINS = ["netbox_bgp"] # PLUGINS_CONFIG = { -# "netbox_onboarding": { +# "netbox_bgp": { # ADD YOUR SETTINGS HERE # } # }