Skip to content

Commit eb5cc88

Browse files
committed
Add expample plugin configuration
1 parent f2731d3 commit eb5cc88

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ configuration/*
77
!configuration/configuration.py
88
!configuration/extra.py
99
configuration/ldap/*
10-
!configuration/ldap/ldap_config.py
1110
!configuration/ldap/extra.py
11+
!configuration/ldap/ldap_config.py
12+
!configuration/plugins.py
1213
prometheus.yml
1314
super-linter.log

configuration/plugins.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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 = {
7+
# "netbox_onboarding": {
8+
# ADD YOUR SETTINGS HERE
9+
# }
10+
# }

0 commit comments

Comments
 (0)