Update env file

This commit is contained in:
Andros
2018-02-11 18:02:41 +01:00
parent 0731585373
commit 2a70ca9dae
3 changed files with 24 additions and 8 deletions

3
env Normal file
View File

@ -0,0 +1,3 @@
DEBUG=True
DATABASE_URI='sqlite:///database.sqlite'
SECRET_KEY='my secret'