Newer
Older
netbox-docker / configuration / plugins.py
@ryanmerolle ryanmerolle on 20 Apr 2021 205 bytes Add expample plugin configuration
# Add your plugins and plugin settings here.
# Of course uncomment this file out.

# PLUGINS = ["netbox_onboarding"]

# PLUGINS_CONFIG = {
#   "netbox_onboarding": {
#     ADD YOUR SETTINGS HERE
#   }
# }