switch plugin example to netbox_bgp

This commit is contained in:
ryanmerolle 2021-04-20 07:55:12 -04:00
parent 9fab9a3434
commit 69dd87689c
1 changed files with 2 additions and 2 deletions

View File

@ -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
# }
# }