17 lines
338 B
JSON
17 lines
338 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
|
|
"SmtpClientHost": "smtp.yandex.ru",
|
|
"SmtpClientPort": "587",
|
|
"PopHost": "pop.yandex.ru",
|
|
"PopPort": "995",
|
|
"MailLogin": "iskander044ya@yandex.ru",
|
|
"MailPassword": "aakjmhccsmlkkisn"
|
|
}
|