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

12 lines
283 B
JSON

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