13 lines
202 B
Plaintext
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
|