36 lines
707 B
TOML
36 lines
707 B
TOML
[general]
|
|
quit_allowed = true
|
|
stop_allowed = false
|
|
show_tracebacks = true
|
|
input_encoding = 'utf8'
|
|
|
|
[database]
|
|
type = 'sqlite'
|
|
|
|
[database.sqlite]
|
|
path = 'sqlite:///test.db'
|
|
|
|
[database.postgresql]
|
|
host = 'localhost'
|
|
# host = '/run/postgresql'
|
|
port = 5432
|
|
|
|
username = 'dibbler'
|
|
dbname = 'dibbler'
|
|
|
|
# You can either specify a path to a file containing the password,
|
|
# or just specify the password directly
|
|
# password = 'superhemlig'
|
|
# password_file = '/var/lib/dibbler/db-password'
|
|
|
|
|
|
[limits]
|
|
low_credit_warning_limit = -100
|
|
user_recent_transaction_limit = 100
|
|
|
|
# See https://pypi.org/project/brother_ql/ for label types
|
|
# Set rotate to False for endless labels
|
|
[printer]
|
|
label_type = '62'
|
|
label_rotate = false
|