Initial commit
Initial commit til Git. V2 er deployed
This commit is contained in:
11
PointOfSale/Pos.Ui/Pos/appsettings.production.json
Normal file
11
PointOfSale/Pos.Ui/Pos/appsettings.production.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user