Skip to content

Commit cf86321

Browse files
committed
update
1 parent e276560 commit cf86321

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

WMS.WebUI/WMS.WebUI/WMS.WebUI.csproj

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
<PackageReference Include="Azure.Extensions.AspNetCore.Configuration.Secrets" Version="1.3.2" />
1111
<PackageReference Include="Azure.Identity" Version="1.12.0" />
1212
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.7" />
13+
<PackageReference Include="Serilog" Version="4.0.1" />
14+
<PackageReference Include="Serilog.Sinks.ApplicationInsights" Version="4.0.0" />
1315
<PackageReference Include="Syncfusion.EJ2.AspNet.Core" Version="26.1.40" />
1416
<PackageReference Include="Syncfusion.Licensing" Version="26.1.40" />
1517
<PackageReference Include="UAParser" Version="3.1.47" />

WMS.WebUI/WMS.WebUI/appsettings.json

+7
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,12 @@
55
"Microsoft.AspNetCore": "Warning"
66
}
77
},
8+
"Keys": {
9+
"ApiKey": "1234",
10+
"Syncfusion": ""
11+
},
12+
"API": {
13+
"Url": ""
14+
},
815
"AllowedHosts": "*"
916
}

0 commit comments

Comments
 (0)