Newer
Older
netbox-docker / configuration / plugins.py
@ryanmerolle ryanmerolle on 20 Apr 2021 332 bytes switch plugin example to netbox_bgp
# Add your plugins and plugin settings here.
# Of course uncomment this file out.

# 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_CONFIG = {
#   "netbox_bgp": {
#     ADD YOUR SETTINGS HERE
#   }
# }