1
|
{
|
2
|
"Modules": {
|
3
|
"Path": "..\\Leuze.Modules\\net5.0",
|
4
|
"IncludeSubPaths": false
|
5
|
},
|
6
|
"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
|
"AppSettings": {
|
14
|
"DatabaseConnection": {
|
15
|
"ConnectionString": "Server=localhost;Database=Leuze_Local;User Id=sa;Password=LeuzeDB01;",
|
16
|
"IsInMemory": true
|
17
|
},
|
18
|
"Encryption": {
|
19
|
"Key": "GY1dGVtY9bKReyFiGap1Ba7zKbZGvZWZ",
|
20
|
"IV": "GY1dGVtY9bKReyFi"
|
21
|
},
|
22
|
"ResetUrl": "Identity/Account/ResetPassword"
|
23
|
},
|
24
|
"Email": {
|
25
|
"Smtp": {
|
26
|
"Host": "",
|
27
|
"User": "",
|
28
|
"Password": "",
|
29
|
"Port": 587
|
30
|
},
|
31
|
"SendGrid": {
|
32
|
"ApiKey": ""
|
33
|
},
|
34
|
"UseSendGrid": false,
|
35
|
"AdminEmailAddress": "hello@leuze.com"
|
36
|
},
|
37
|
"Serilog": {
|
38
|
"Using": [],
|
39
|
"MinimumLevel": {
|
40
|
"Default": "Information",
|
41
|
"Override": {
|
42
|
"Microsoft": "Information",
|
43
|
"System": "Information"
|
44
|
}
|
45
|
},
|
46
|
"WriteTo": [
|
47
|
{
|
48
|
"Name": "Console"
|
49
|
}
|
50
|
],
|
51
|
"Enrich": [
|
52
|
"FromLogContext",
|
53
|
"WithMachineName",
|
54
|
"WithProcessId",
|
55
|
"WithThreadId"
|
56
|
],
|
57
|
"Properties": {
|
58
|
"ApplicationName": "TwoDo.WebApp"
|
59
|
}
|
60
|
},
|
61
|
"AllowedHosts": "*"
|
62
|
}
|