2022-07-29 16:15:27 +00:00

14 lines
318 B
Python

# 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_access_lists",
]
PLUGINS_CONFIG = {
"netbox_access_lists": {},
}