Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
brianraila committed Oct 15, 2020
1 parent 0b5a04d commit a0c2af6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/config.py
@@ -1,7 +1,7 @@
import os

# fauna database configuration
FAUNA_SECRET_KEY = os.environ("FAUNA_SECRET_KEY")
FAUNA_SECRET_KEY = os.environ["FAUNA_SECRET_KEY"]


# email configuration
Expand All @@ -13,4 +13,4 @@


# application configuration
TOKEN_EXPIRY = 60 * 15 #Seconds
TOKEN_EXPIRY = 60 * 15 #Seconds

1 comment on commit a0c2af6

@vercel
Copy link

@vercel vercel bot commented on a0c2af6 Oct 15, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.