netbox-docker/configuration/plugins.py

11 lines
205 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.
# PLUGINS = ["netbox_onboarding"]
# PLUGINS_CONFIG = {
# "netbox_onboarding": {
# ADD YOUR SETTINGS HERE
# }
# }