12 lines
259 B
JSON
12 lines
259 B
JSON
{
|
|
"SqlServer": "Server=localhost;Database=PointOfSale;Trusted_Connection=True;TrustServerCertificate=True;",
|
|
"PrintSettings": {
|
|
"ComPort": "COM5",
|
|
"BaudRate": 115200,
|
|
"PrintWidth": 48
|
|
},
|
|
"API": {
|
|
"Url": "https://localhost:44334"
|
|
}
|
|
}
|