1 |
fad0afca
|
Dominik Chlouba
|
{
|
2 |
|
|
"Modules": {
|
3 |
|
|
"Path": "..\\Leuze.Modules\\net5.0",
|
4 |
|
|
"IncludeSubPaths": false
|
5 |
|
|
},
|
6 |
5a0687b9
|
Dominik Chlouba
|
"AzureAd": {
|
7 |
|
|
"Instance": "https://login.microsoftonline.com/",
|
8 |
|
|
"Domain": "silentindustries.onmicrosoft.com",
|
9 |
|
|
"TenantId": "8320026e-f0c8-4609-ac9e-52b0e2bb6029",
|
10 |
|
|
"ClientId": "7be51083-d17e-4916-984e-8567b8137365",
|
11 |
|
|
"CallbackPath": "/signin-oidc"
|
12 |
|
|
},
|
13 |
fad0afca
|
Dominik Chlouba
|
"AppSettings": {
|
14 |
|
|
"DatabaseConnection": {
|
15 |
|
|
"ConnectionString": "Server=localhost;Database=Leuze_Local;User Id=sa;Password=LeuzeDB01;",
|
16 |
e54b06d6
|
Dominik Chlouba
|
"IsInMemory": true
|
17 |
fad0afca
|
Dominik Chlouba
|
},
|
18 |
|
|
"Encryption": {
|
19 |
|
|
"Key": "GY1dGVtY9bKReyFiGap1Ba7zKbZGvZWZ",
|
20 |
|
|
"IV": "GY1dGVtY9bKReyFi"
|
21 |
|
|
}
|
22 |
|
|
},
|
23 |
|
|
"Serilog": {
|
24 |
|
|
"Using": [],
|
25 |
|
|
"MinimumLevel": {
|
26 |
|
|
"Default": "Information",
|
27 |
|
|
"Override": {
|
28 |
|
|
"Microsoft": "Information",
|
29 |
|
|
"System": "Information"
|
30 |
|
|
}
|
31 |
|
|
},
|
32 |
|
|
"WriteTo": [
|
33 |
|
|
{
|
34 |
|
|
"Name": "Console"
|
35 |
|
|
}
|
36 |
|
|
],
|
37 |
|
|
"Enrich": [
|
38 |
|
|
"FromLogContext",
|
39 |
|
|
"WithMachineName",
|
40 |
|
|
"WithProcessId",
|
41 |
|
|
"WithThreadId"
|
42 |
|
|
],
|
43 |
|
|
"Properties": {
|
44 |
|
|
"ApplicationName": "TwoDo.WebApp"
|
45 |
|
|
}
|
46 |
|
|
}
|
47 |
|
|
}
|