Skip to content

Commit

Permalink
add posthog api key
Browse files Browse the repository at this point in the history
  • Loading branch information
rasulkireev committed Oct 17, 2024
1 parent 6529dad commit 9074b60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions statushen/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,8 @@
if ENVIRONMENT == "prod" and SENTRY_DSN:
sentry_sdk.init(dsn=env("SENTRY_DSN"))

POSTHOG_API_KEY = env("POSTHOG_API_KEY")

BUTTONDOWN_API_KEY=env("BUTTONDOWN_API_KEY")

STRIPE_LIVE_SECRET_KEY = env("STRIPE_LIVE_SECRET_KEY")
Expand Down

0 comments on commit 9074b60

Please sign in to comment.