flask-api-example/env
2018-02-11 18:02:41 +01:00

4 lines
75 B
Plaintext

DEBUG=True
DATABASE_URI='sqlite:///database.sqlite'
SECRET_KEY='my secret'