Skip to content

Commit

Permalink
build: Remove settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrew82 committed Oct 11, 2023
1 parent 1786a9e commit bca0d09
Showing 1 changed file with 3 additions and 29 deletions.
32 changes: 3 additions & 29 deletions development/nautobot_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,36 +215,10 @@
"device42_delete_on_sync": False,
"device42_use_dns": True,
"device42_customer_is_facility": True,
"device42_facility_prepend": "sitecode-",
"device42_role_prepend": "nautobot-",
"device42_facility_prepend": "",
"device42_role_prepend": "",
"device42_ignore_tag": "",
"device42_hostname_mapping": [

























],
"device42_hostname_mapping": [],
"infoblox_default_status": os.getenv("NAUTOBOT_SSOT_INFOBLOX_DEFAULT_STATUS", "active"),
"infoblox_enable_sync_to_infoblox": is_truthy(os.getenv("NAUTOBOT_SSOT_INFOBLOX_ENABLE_SYNC_TO_INFOBLOX")),
"infoblox_import_objects_ip_addresses": is_truthy(
Expand Down

0 comments on commit bca0d09

Please sign in to comment.