Skip to content

Commit

Permalink
add flask environment settings
Browse files Browse the repository at this point in the history
  • Loading branch information
KoMinkyu committed Oct 12, 2016
1 parent f6558f5 commit 7320cf7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions flask_env
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FLASK_APP=server.py
FLASK_DEBUG=1

export FLASK_APP
export FLASK_DEBUG

0 comments on commit 7320cf7

Please sign in to comment.