Add missing changes in configuration file.
This commit is contained in:
parent
ddc9d74cf3
commit
76f9902f0c
@ -1,5 +1,12 @@
|
||||
# Daabase connection URI
|
||||
db_uri='postgresql://accountant:accountant@localhost/accountant'
|
||||
|
||||
# Debug
|
||||
debug=True
|
||||
DEBUG=True
|
||||
|
||||
# Secret key
|
||||
SECRET_KEY='toto'
|
||||
|
||||
#WTF_CSRF_ENABLED=False
|
||||
|
||||
# Daabase connection URI
|
||||
SQLALCHEMY_DATABASE_URI='postgresql://accountant:accountant@localhost/accountant'
|
||||
|
||||
SESSION_TTL=600
|
||||
|
Loading…
Reference in New Issue
Block a user