PIbd-21_Blokhin_D.A._FishFa.../FishFactory/FishFactoryRestApi/appsettings.json

15 lines
331 B
JSON
Raw Normal View History

2024-04-18 18:38:50 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2024-05-15 22:47:25 +04:00
"AllowedHosts": "*",
"SmtpClientHost": "smtp.mail.ru",
"SmtpClientPort": "587",
"PopHost": "pop.mail.ru",
"PopPort": "995",
"MailLogin": "laba7_done@mail.ru",
"MailPassword": "wK8vxFXG567zus51ftEJ"
}