Skip to content

Commit

Permalink
Fix migration and add capacity metrics to development env.
Browse files Browse the repository at this point in the history
  • Loading branch information
smk4664 committed Sep 13, 2023
1 parent 9848bda commit 31bd5d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions development/nautobot_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@

# Enable installed plugins. Add the name of each plugin to the list.
PLUGINS = [
# "nautobot_capacity_metrics",
"nautobot_capacity_metrics",
"nautobot_chatops",
]

Expand Down Expand Up @@ -211,4 +211,4 @@
},
}

# METRICS_ENABLED = is_truthy(os.getenv("NAUTOBOT_METRICS_ENABLED"))
METRICS_ENABLED = is_truthy(os.getenv("NAUTOBOT_METRICS_ENABLED"))

0 comments on commit 31bd5d9

Please sign in to comment.