2024-05-04 21:53:45 +04:00
|
|
|
{
|
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft.AspNetCore": "Warning"
|
|
|
|
}
|
|
|
|
},
|
2024-05-22 10:46:39 +04:00
|
|
|
"AllowedHosts": "*",
|
|
|
|
|
|
|
|
"MailConfigBindingModel": {
|
|
|
|
"SmtpClientHost": "smtp.yandex.ru",
|
2024-06-16 19:49:43 +04:00
|
|
|
"SmtpClientPort": 587,
|
2024-05-22 10:46:39 +04:00
|
|
|
|
|
|
|
"PopHost": "pop.yandex.com",
|
|
|
|
"PopPort": 995,
|
|
|
|
|
2024-06-16 19:49:43 +04:00
|
|
|
"MailLogin": "tester.b.moio@yandex.ru",
|
2024-05-22 10:46:39 +04:00
|
|
|
"MailPassword": "pyzzqswchjevecec"
|
|
|
|
}
|
2024-05-04 21:53:45 +04:00
|
|
|
}
|