Skip to content
This repository has been archived by the owner on May 26, 2021. It is now read-only.

Commit

Permalink
Update parrot/settings.py
Browse files Browse the repository at this point in the history
Co-authored-by: lowitea <[email protected]>
  • Loading branch information
emorozov and lowitea authored Nov 9, 2020
1 parent 3d272f8 commit 84c8f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parrot/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

BASE_DIR = Path(__file__).parent.parent

SECRET_KEY = env('SECRET_KEY')
SECRET_KEY = env('PARROT_SECRET_KEY')

DEBUG = env.bool('DEBUG', False)

Expand Down

0 comments on commit 84c8f17

Please sign in to comment.