mirror of
https://github.com/pklaus/brother_ql_web.git
synced 2024-05-25 11:56:53 +03:00
27 lines
667 B
JSON
27 lines
667 B
JSON
{
|
|
"SERVER": {
|
|
"PORT": 8013,
|
|
"HOST": "",
|
|
"LOGLEVEL": "WARNING",
|
|
"ADDITIONAL_FONT_FOLDER": false
|
|
},
|
|
"PRINTER": {
|
|
"MODEL": "QL-500",
|
|
"PRINTER": "file:///dev/usb/lp1"
|
|
},
|
|
"LABEL": {
|
|
"DEFAULT_SIZE": "62",
|
|
"DEFAULT_ORIENTATION": "standard",
|
|
"DEFAULT_FONT_SIZE": 70,
|
|
"DEFAULT_FONTS": [
|
|
{"family": "Minion Pro", "style": "Semibold"},
|
|
{"family": "Linux Libertine", "style": "Regular"},
|
|
{"family": "DejaVu Serif", "style": "Book"}
|
|
]
|
|
},
|
|
"WEBSITE": {
|
|
"HTML_TITLE": "Label Designer",
|
|
"PAGE_TITLE": "Brother QL Label Designer",
|
|
"PAGE_HEADLINE": "Design your label and print it…"
|
|
}
|
|
} |