Add missing changes in configuration file.

This commit is contained in:
Alexis Lahouze 2015-11-27 12:31:07 +01:00
parent ddc9d74cf3
commit 76f9902f0c
1 changed files with 11 additions and 4 deletions

View File

@ -1,5 +1,12 @@
# Daabase connection URI
db_uri='postgresql://accountant:accountant@localhost/accountant'
# Debug
debug=True
DEBUG=True
# Secret key
SECRET_KEY='toto'
#WTF_CSRF_ENABLED=False
# Daabase connection URI
SQLALCHEMY_DATABASE_URI='postgresql://accountant:accountant@localhost/accountant'
SESSION_TTL=600