We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2731d3 commit eb5cc88Copy full SHA for eb5cc88
.gitignore
@@ -7,7 +7,8 @@ configuration/*
7
!configuration/configuration.py
8
!configuration/extra.py
9
configuration/ldap/*
10
-!configuration/ldap/ldap_config.py
11
!configuration/ldap/extra.py
+!configuration/ldap/ldap_config.py
12
+!configuration/plugins.py
13
prometheus.yml
14
super-linter.log
configuration/plugins.py
@@ -0,0 +1,10 @@
1
+# Add your plugins and plugin settings here.
2
+# Of course uncomment this file out.
3
+
4
+# PLUGINS = ["netbox_onboarding"]
5
6
+# PLUGINS_CONFIG = {
+# "netbox_onboarding": {
+# ADD YOUR SETTINGS HERE
+# }
0 commit comments