Projekt

Obecné

Profil

Stáhnout (823 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
{
2
  "Modules": {
3
    "Path": "..\\Leuze.Modules\\net5.0",
4
    "IncludeSubPaths": false
5
  },
6
  "AppSettings": {
7
    "DatabaseConnection": {
8
      "ConnectionString": "Server=localhost;Database=Leuze_Local;User Id=sa;Password=LeuzeDB01;",
9
      "IsInMemory": true
10
    },
11
    "Encryption": {
12
      "Key": "GY1dGVtY9bKReyFiGap1Ba7zKbZGvZWZ",
13
      "IV": "GY1dGVtY9bKReyFi"
14
    }
15
  },
16
  "Serilog": {
17
    "Using": [],
18
    "MinimumLevel": {
19
      "Default": "Information",
20
      "Override": {
21
        "Microsoft": "Information",
22
        "System": "Information"
23
      }
24
    },
25
    "WriteTo": [
26
      {
27
        "Name": "Console"
28
      }
29
    ],
30
    "Enrich": [
31
      "FromLogContext",
32
      "WithMachineName",
33
      "WithProcessId",
34
      "WithThreadId"
35
    ],
36
    "Properties": {
37
      "ApplicationName": "TwoDo.WebApp"
38
    }
39
  }
40
}
(4-4/5)