SushiBarBase/SushiBar/SushiBarRestApi/appsettings.json

21 lines
383 B
JSON
Raw Normal View History

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",
"SmtpClientPort": 587,
2024-05-22 10:46:39 +04:00
"PopHost": "pop.yandex.com",
"PopPort": 995,
"MailLogin": "tester.b.moio@yandex.ru",
2024-05-22 10:46:39 +04:00
"MailPassword": "pyzzqswchjevecec"
}
2024-05-04 21:53:45 +04:00
}