DEBUG=True
FLASK_ENV=development
set FLASK_APP=app.py
SQLALCHEMY_ECHO=True
DATABASE_URL=sqlite:///db1.sqlite3
