Files
point_of_sale/PointOfSale/Pos.Ui/EpsonPrinter/appsettings.json
Bjarne Pedersen 41e23b6184 Initial commit
Initial commit til Git.
V2 er deployed
2026-06-13 17:31:50 +02:00

16 lines
278 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"PrintSettings": {
"ComPort": "COM5",
"BaudRate": 115200,
"PrintWidth": 48
}
}