Skip to content

Commit

Permalink
Add default for TWFY_API_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
sagepe committed Nov 5, 2024
1 parent ae033d9 commit 7e07955
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/twfy_votes/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
ALLOWED_HOSTS=(list, []),
HIDE_DEBUG_TOOLBAR=(bool, False),
GOOGLE_ANALYTICS=(str, ""),
TWFY_AP_KEY=(str, ""),
)

environ.Env.read_env(BASE_DIR / ".env")
Expand Down

0 comments on commit 7e07955

Please sign in to comment.