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 authored and ajparsons committed Dec 23, 2024
1 parent 795692c commit b4009a4
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 @@ -24,6 +24,7 @@
HIDE_DEBUG_TOOLBAR=(bool, False),
GOOGLE_ANALYTICS=(str, ""),
REFRESH_TOKEN=(str, ""),
TWFY_API_KEY=(str, ""),
)

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

0 comments on commit b4009a4

Please sign in to comment.