Add expample plugin configuration
This commit is contained in:
parent
f2731d3fe6
commit
eb5cc88b25
2 changed files with 12 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue