Skip to content

Commit 69dd876

Browse files
committed
switch plugin example to netbox_bgp
1 parent 9fab9a3 commit 69dd876

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configuration/plugins.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
# To learn how to build images with your required plugins
55
# See https://github.com/netbox-community/netbox-docker/wiki/Using-Netbox-Plugins
66

7-
# PLUGINS = ["netbox_onboarding"]
7+
# PLUGINS = ["netbox_bgp"]
88

99
# PLUGINS_CONFIG = {
10-
# "netbox_onboarding": {
10+
# "netbox_bgp": {
1111
# ADD YOUR SETTINGS HERE
1212
# }
1313
# }

0 commit comments

Comments
 (0)