accountant/accountant/config.cfg.dist
Alexis Lahouze c9d1abf3e2 Typo.
2016-01-02 10:15:36 +01:00

13 lines
202 B
Plaintext

# Debug
DEBUG=True
# Secret key
SECRET_KEY='toto'
#WTF_CSRF_ENABLED=False
# Database connection URI
SQLALCHEMY_DATABASE_URI='postgresql://accountant:accountant@localhost/accountant'
SESSION_TTL=600