033a93bd4c
Prints transactions newest-first instead of oldest-first. User low credit warning limit now configurable in conf.py.
9 lines
185 B
Python
9 lines
185 B
Python
db_url = 'sqlite:///foo.db'
|
|
quit_allowed = True
|
|
stop_allowed = False
|
|
show_tracebacks = True
|
|
input_encoding = 'utf8'
|
|
|
|
low_credit_warning_limit = -100
|
|
user_recent_transaction_limit = 100
|