netbox-docker/configuration/plugins.py

11 lines
205 B
Python

# Add your plugins and plugin settings here.
# Of course uncomment this file out.
# PLUGINS = ["netbox_onboarding"]
# PLUGINS_CONFIG = {
# "netbox_onboarding": {
# ADD YOUR SETTINGS HERE
# }
# }