Added configuration file support.

This commit is contained in:
Alexis Lahouze
2013-11-10 20:20:01 +01:00
parent 1f9e9ee650
commit 39db433854
3 changed files with 8 additions and 2 deletions

3
src/config.py.dist Normal file
View File

@ -0,0 +1,3 @@
db_uri='postgresql://accountant:accountant@localhost/accountant'
debug=True