netbox-docker/configuration/plugins.py

14 lines
332 B
Python
Raw Normal View History

2021-04-20 13:46:29 +02:00
# 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
2021-04-20 13:55:12 +02:00
# PLUGINS = ["netbox_bgp"]
2021-04-20 13:46:29 +02:00
# PLUGINS_CONFIG = {
2021-04-20 13:55:12 +02:00
# "netbox_bgp": {
2021-04-20 13:46:29 +02:00
# ADD YOUR SETTINGS HERE
# }
# }