mirror of
https://github.com/lucaspalomodevelop/netbox-acls.git
synced 2026-03-12 23:27:23 +00:00
14 lines
318 B
Python
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_acls",
|
|
]
|
|
|
|
PLUGINS_CONFIG = { # type: ignore
|
|
"netbox_acls": {},
|
|
}
|