Projekt

Obecné

Profil

Stáhnout (1.07 KB) Statistiky
| Větev: | Tag: | Revize:
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
  },
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
}
(4-4/5)