accountant/accountant/config.cfg.dist

13 lines
202 B
Plaintext
Raw Normal View History

# Debug
DEBUG=True
# Secret key
SECRET_KEY='toto'
#WTF_CSRF_ENABLED=False
2016-01-02 10:15:36 +01:00
# Database connection URI
SQLALCHEMY_DATABASE_URI='postgresql://accountant:accountant@localhost/accountant'
2015-07-10 14:59:37 +02:00
SESSION_TTL=600