Skip to content

Commit

Permalink
Make timeseries variable dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-codecov committed Dec 19, 2024
1 parent dde7496 commit 1405e6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions codecov/settings_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@

GRAPHQL_MAX_ALIASES = get_config("setup", "graphql", "max_aliases", default=10)

# Timeseries
TIMESERIES_ENABLED = get_config("setup", "timeseries", "enabled", default=False)

# Database
# https://docs.djangoproject.com/en/2.1/ref/settings/#databases

Expand Down

0 comments on commit 1405e6b

Please sign in to comment.