flask-api-example/env

4 lines
75 B
Plaintext
Raw Permalink Normal View History

2018-02-11 18:02:41 +01:00
DEBUG=True
DATABASE_URI='sqlite:///database.sqlite'
SECRET_KEY='my secret'