@ -25,6 +25,7 @@
<PackageReference Include="Microsoft.Fast.Components.FluentUI" Version="2.3.6" />
<PackageReference Include="NETStandardBarcode" Version="1.0.2" />
<PackageReference Include="Radzen.Blazor" Version="4.12.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.30.1" />
</ItemGroup>
<ItemGroup>
@ -5,6 +5,7 @@
<meta charset="utf-8" />
<title>Biskilog Accounting</title>
<base href="/" />
<link rel="icon" type="image/svg+xml" href="icon-512.png" />
<link href="css/app.css" rel="stylesheet" />
<link href="manifest.json" rel="manifest" />
<link rel="stylesheet" href="_content/Radzen.Blazor/css/material-base.css">
@ -31,6 +31,7 @@
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="7.0.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
<PackageReference Include="Microsoft.Diagnostics.Tracing.TraceEvent" Version="3.1.3" />
@ -6,7 +6,7 @@
}
},
"ConnectionStrings": {
"Connection": "server=54.37.19.162;database=dev_biskilogclients;user=biskilog;password=mefbuk-6niFsu-fytrew;AllowZeroDateTime=True;",
"Connection": "server=54.37.19.162;database=prod_biskilogclients;user=biskilog;password=mefbuk-6niFsu-fytrew;AllowZeroDateTime=True;",
"PrivateConnection": "server={0};database={1};user=biskilog;password=mefbuk-6niFsu-fytrew;default command timeout=0;AllowZeroDateTime=True;"
"AllowedHosts": "*",