Add expample plugin configuration
This commit is contained in:
parent
f2731d3fe6
commit
eb5cc88b25
3
.gitignore
vendored
3
.gitignore
vendored
@ -7,7 +7,8 @@ configuration/*
|
||||
!configuration/configuration.py
|
||||
!configuration/extra.py
|
||||
configuration/ldap/*
|
||||
!configuration/ldap/ldap_config.py
|
||||
!configuration/ldap/extra.py
|
||||
!configuration/ldap/ldap_config.py
|
||||
!configuration/plugins.py
|
||||
prometheus.yml
|
||||
super-linter.log
|
||||
|
10
configuration/plugins.py
Normal file
10
configuration/plugins.py
Normal 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
|
||||
# }
|
||||
# }
|
Loading…
Reference in New Issue
Block a user