Skip to content

Commit a9f8d83

Browse files
authored
Udpate PLUGINS_CONFIG in configuration.py
1 parent 2e24295 commit a9f8d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

development/base_configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157

158158
# Plugins configuration settings. These settings are used by various plugins that the user may have installed.
159159
# Each key in the dictionary is the name of an installed plugin and its value is a dictionary of settings.
160-
PLUGINS_CONFIG = {"netbox_sotagg": {"github_repo": "networktocode-llc/gizmo-sot"}}
160+
# PLUGINS_CONFIG = {}
161161

162162
# When determining the primary IP address for a device, IPv6 is preferred over IPv4 by default. Set this to True to
163163
# prefer IPv4 instead.

0 commit comments

Comments
 (0)