Skip to content

Commit

Permalink
Initalize .env.example file
Browse files Browse the repository at this point in the history
  • Loading branch information
mh-malekpour committed Jun 3, 2020
1 parent a693724 commit 058ba6b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
SECRET_KEY =
FLASK_ENV =
JWT_SECRET_KEY =
SECURITY_PASSWORD_SALT =
SQLALCHEMY_DATABASE_URI =
SQLALCHEMY_TRACK_MODIFICATIONS =
MAIL_USERNAME =
MAIL_PASSWORD =
MAIL_DEFAULT_SENDER =

0 comments on commit 058ba6b

Please sign in to comment.