PIbd-22_Isaeva_A.I._FishFac.../FishFactoryRestApi/appsettings.json

17 lines
338 B
JSON
Raw Permalink Normal View History

2024-04-17 11:28:47 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
2024-06-16 14:32:38 +04:00
"SmtpClientHost": "smtp.yandex.ru",
"SmtpClientPort": "587",
2024-06-16 14:32:38 +04:00
"PopHost": "pop.yandex.ru",
"PopPort": "995",
"MailLogin": "iskander044ya@yandex.ru",
"MailPassword": "aakjmhccsmlkkisn"
2024-04-17 11:28:47 +04:00
}