Skip to content

Commit

Permalink
Merge pull request #19 from networktocode/dga-fix-config
Browse files Browse the repository at this point in the history
Update PLUGINS_CONFIG in configuration.py
  • Loading branch information
glennmatthews authored May 15, 2020
2 parents 2e24295 + a9f8d83 commit d46f372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion development/base_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@

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

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

0 comments on commit d46f372

Please sign in to comment.