Projekt

Obecné

Profil

Stáhnout (966 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
  "Email": {
17
    "Smtp": {
18
      "Host": "",
19
      "User": "",
20
      "Password": "",
21
      "Port": 587
22
    },
23
    "AdminEmailAddress": ""
24
  },
25
  "Serilog": {
26
    "Using": [],
27
    "MinimumLevel": {
28
      "Default": "Information",
29
      "Override": {
30
        "Microsoft": "Information",
31
        "System": "Information"
32
      }
33
    },
34
    "WriteTo": [
35
      {
36
        "Name": "Console"
37
      }
38
    ],
39
    "Enrich": [
40
      "FromLogContext",
41
      "WithMachineName",
42
      "WithProcessId",
43
      "WithThreadId"
44
    ],
45
    "Properties": {
46
      "ApplicationName": "TwoDo.WebApp"
47
    }
48
  }
49
}
(4-4/5)