Projekt

Obecné

Profil

« Předchozí | Další » 

Revize e54b06d6

Přidáno uživatelem Dominik Chlouba před téměř 4 roky(ů)

Initialized email service provider with test project

Zobrazit rozdíly:

src/Presentation/Leuze.App/appsettings.Development.json
6 6
  "AppSettings": {
7 7
    "DatabaseConnection": {
8 8
      "ConnectionString": "Server=localhost;Database=Leuze_Local;User Id=sa;Password=LeuzeDB01;",
9
      "IsInMemory": false
9
      "IsInMemory": true
10 10
    },
11 11
    "Encryption": {
12 12
      "Key": "GY1dGVtY9bKReyFiGap1Ba7zKbZGvZWZ",
13 13
      "IV": "GY1dGVtY9bKReyFi"
14 14
    }
15 15
  },
16
  "Email": {
17
    "Smtp": {
18
      "Host": "",
19
      "User": "",
20
      "Password": "",
21
      "Port": 587
22
    },
23
    "AdminEmailAddress": ""
24
  },
16 25
  "Serilog": {
17 26
    "Using": [],
18 27
    "MinimumLevel": {

Také k dispozici: Unified diff