Skip to content

Commit

Permalink
Updated nautobot config for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
qduk committed Oct 18, 2023
1 parent f85d720 commit 71e4b90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions development/nautobot_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@
"barchart_bar_width": float(os.environ.get("BARCHART_BAR_WIDTH", 0.1)),
"barchart_width": int(os.environ.get("BARCHART_WIDTH", 12)),
"barchart_height": int(os.environ.get("BARCHART_HEIGHT", 5)),
"contract_types": ["Hardware Maintenance", "Subscription", "Software License", "Services", "Lease"],
},
}

Expand Down

0 comments on commit 71e4b90

Please sign in to comment.