brother_ql_web/config.example.json
Joris Reijrink 9962289dd1 Added support for multiple printers
Fixed runtime errors (on osx)
2019-03-07 09:56:56 +01:00

30 lines
715 B
JSON

{
"SERVER": {
"PORT": 8013,
"HOST": "",
"LOGLEVEL": "WARNING",
"ADDITIONAL_FONT_FOLDER": false
},
"PRINTERS": [
{
"NAME": "Labelprinter",
"MODEL": "QL-500",
"LOCATION": "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…"
}
}