16 lines
278 B
JSON
16 lines
278 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"PrintSettings": {
|
|
"ComPort": "COM5",
|
|
"BaudRate": 115200,
|
|
"PrintWidth": 48
|
|
}
|
|
}
|