PIbd-21_Blokhin_D.A._FishFa.../FishFactory/FishFactoryRestApi/appsettings.json
2024-05-15 22:47:25 +04:00

15 lines
331 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"SmtpClientHost": "smtp.mail.ru",
"SmtpClientPort": "587",
"PopHost": "pop.mail.ru",
"PopPort": "995",
"MailLogin": "laba7_done@mail.ru",
"MailPassword": "wK8vxFXG567zus51ftEJ"
}