Files
point_of_sale_v2/PointOfSale/Pos.Ui/Pos/appsettings.development.json

12 lines
275 B
JSON

{
"MariaSqlServer": "Data Source=localhost;Initial Catalog=PointOfSale;Persist Security Info=False;User ID=root;Password=",
"PrintSettings": {
"ComPort": "COM5",
"BaudRate": 115200,
"PrintWidth": 48
},
"API": {
"Url": "http://192.168.1.75:5000"
}
}