dibbler/conf.py

6 lines
114 B
Python
Raw Normal View History

db_url = 'sqlite:///data'
quit_allowed = True
stop_allowed = False
show_tracebacks = True
input_encoding = 'utf8'