Skip to content

Commit 4920772

Browse files
committed
TD-5924 Appsettings
1 parent da16382 commit 4920772

File tree

1 file changed

+51
-5
lines changed

1 file changed

+51
-5
lines changed
Lines changed: 51 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,55 @@
11
{
2-
"Logging": {
3-
"LogLevel": {
2+
"Settings": {
3+
"BuildNumber": "Production",
4+
"https": null,
5+
"UserApiUrl": "https://learninghubnhsuk-userapi-prod.azurewebsites.net/api/",
6+
"OpenApiUrl": "https://learninghubnhsuk-openapi-prod.azurewebsites.net.dev.local/",
7+
"LearningHubApiUrl": "https://lh-api.dev.local/api/",
8+
"LearningHubApiBFFUrl": "https://learninghub.nhs.uk/bff/",
9+
"LearningHubWebUiUrl": "https://learninghub.nhs.uk/",
10+
"LearningHubAdminUrl": "https://auth.learninghub.nhs.uk/"
11+
},
12+
"SocialMediaSharingUrls": {
13+
"Facebook": "https://www.facebook.com/sharer.php?u=",
14+
"Twitter": "https://twitter.com/intent/tweet?url=",
15+
"LinkedIn": "https://www.linkedin.com/sharing/share-offsite/?url="
16+
},
17+
"FindwiseSettings": {
18+
"ResourceSearchPageSize": 10,
19+
"CatalogueSearchPageSize": 3,
20+
"AllCatalogueSearchPageSize": 10
21+
},
22+
23+
"APIs": {
24+
},
25+
26+
"Serilog": {
27+
"Using": [
28+
"Serilog.Sinks.BrowserConsole"
29+
],
30+
"MinimumLevel": {
431
"Default": "Information",
5-
"Microsoft.AspNetCore": "Warning"
32+
"Override": {
33+
"Microsoft": "Warning",
34+
"System": "Warning"
35+
}
36+
},
37+
"WriteTo": [
38+
{
39+
"Name": "BrowserConsole",
40+
"Args": {
41+
"formatter": "Serilog.Formatting.Compact.CompactJsonFormatter, Serilog.Formatting.Compact"
42+
}
43+
}
44+
],
45+
"Enrich": [ "FromLogContext", "WithMachineName", "WithProcessId", "WithThreadId" ],
46+
"Properties": {
47+
"Application": "LearningHub Nhs WebUI Blazor Client",
48+
"Environment": "Production"
649
}
750
},
8-
"AllowedHosts": "*"
9-
}
51+
"Properties": {
52+
"Application": "LearningHub Nhs WebUI Blazor Client",
53+
"Environment": "Production"
54+
}
55+
}

0 commit comments

Comments
 (0)