Revize 331310c6
Přidáno uživatelem Dominik Chlouba před téměř 4 roky(ů)
src/Presentation/Leuze.App/appsettings.json | ||
---|---|---|
18 | 18 |
"Encryption": { |
19 | 19 |
"Key": "GY1dGVtY9bKReyFiGap1Ba7zKbZGvZWZ", |
20 | 20 |
"IV": "GY1dGVtY9bKReyFi" |
21 |
} |
|
21 |
}, |
|
22 |
"ResetUrl": "Identity/Account/ResetPassword" |
|
22 | 23 |
}, |
23 | 24 |
"Email": { |
24 | 25 |
"Smtp": { |
... | ... | |
27 | 28 |
"Password": "", |
28 | 29 |
"Port": 587 |
29 | 30 |
}, |
30 |
"AdminEmailAddress": "" |
|
31 |
"SendGrid": { |
|
32 |
"ApiKey": "" |
|
33 |
}, |
|
34 |
"UseSendGrid": false, |
|
35 |
"AdminEmailAddress": "hello@leuze.com" |
|
31 | 36 |
}, |
32 | 37 |
"Serilog": { |
33 | 38 |
"Using": [], |
Také k dispozici: Unified diff
Implementatio of SMTP and SendGrid email services, email templating, base template value object