This commit is contained in:
Alexis Lahouze 2016-01-02 10:15:36 +01:00
parent 6bcb496215
commit c9d1abf3e2
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ SECRET_KEY='toto'
#WTF_CSRF_ENABLED=False
# Daabase connection URI
# Database connection URI
SQLALCHEMY_DATABASE_URI='postgresql://accountant:accountant@localhost/accountant'
SESSION_TTL=600