accountant/accountant/config.py.dist
2015-07-10 14:59:37 +02:00

6 lines
110 B
Plaintext

# Daabase connection URI
db_uri='postgresql://accountant:accountant@localhost/accountant'
# Debug
debug=True