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

Commit 6ac7173

Browse files
committed
Add AMPLITUDE_API_KEY setting
1 parent faecc38 commit 6ac7173

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
@@ -433,6 +433,8 @@
433433
"setup", "stripe", "payment_method_configuration_id", default=None
434434
)
435435

436+
AMPLITUDE_API_KEY = os.environ.get("AMPLITUDE_API_KEY", None)
437+
436438
# Allows to do migrations from another module
437439
MIGRATION_MODULES = {
438440
"codecov_auth": "shared.django_apps.codecov_auth.migrations",

0 commit comments

Comments
 (0)