Skip to content

Commit

Permalink
Create .flaskenv
Browse files Browse the repository at this point in the history
  • Loading branch information
Angel-Dijoux authored Jul 26, 2022
1 parent 83ce8b4 commit 338eca9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .flaskenv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export FLASK_ENV=development
export FLASK_APP=src
export SQLALCHEMY_DB_URI = 'sqlite:///onisepapi.db'
export JWT_SECRET_KEY='JWT_SECRET_KEY'

0 comments on commit 338eca9

Please sign in to comment.