Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit ddb7f6c

Browse files
committed
add default plan var
1 parent ca253c1 commit ddb7f6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

codecov/settings_base.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@
110110

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

113+
DEFAULT_PLAN_NAME = get_config("setup", "default_plan_name", default="users-developer")
114+
113115
# Database
114116
# https://docs.djangoproject.com/en/2.1/ref/settings/#databases
115117

0 commit comments

Comments
 (0)