netbox-docker/configuration/plugins.py
2021-04-20 07:46:29 -04:00

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
# }
# }