Initial commit: C2LInspecz Automated Diagnostic Tool
This commit is contained in:
19
config.json
Normal file
19
config.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"shop_server_ip": "192.168.1.10",
|
||||
"kitchen_printers": [
|
||||
{
|
||||
"name": "Kitchen #1",
|
||||
"ip": "192.168.1.200"
|
||||
},
|
||||
{
|
||||
"name": "Bar Printer",
|
||||
"ip": "192.168.1.201"
|
||||
}
|
||||
],
|
||||
"receipt_printers": [
|
||||
{
|
||||
"name": "Main Cashier",
|
||||
"usb_id": "1fc9:2016"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user