# 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