PIbd-22_Isaeva_A.I._FishFac.../FishFactoryRestApi/appsettings.json
2024-06-16 14:32:38 +04:00

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"
}