Add expample plugin configuration

This commit is contained in:
ryanmerolle 2021-04-20 07:46:29 -04:00
parent f2731d3fe6
commit eb5cc88b25
2 changed files with 12 additions and 1 deletions

10
configuration/plugins.py Normal file
View file

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