dibbler/conf.py

14 lines
346 B
Python
Raw Normal View History

2018-08-19 16:38:45 +02:00
db_url = 'postgres://robertem@127.0.0.1/pvvvv'
quit_allowed = True
stop_allowed = False
show_tracebacks = True
input_encoding = 'utf8'
low_credit_warning_limit = -100
user_recent_transaction_limit = 100
2017-04-15 20:47:28 +02:00
# See https://pypi.org/project/brother_ql/ for label types
# Set rotate to False for endless labels
2017-04-15 20:47:28 +02:00
label_type = "29x90"
label_rotate = True