ISEbd-21_Putilin_P.A._Preca.../PrecastConcretePlant/PrecastConcretePlantRestApi/appsettings.json

17 lines
337 B
JSON
Raw Normal View History

2023-04-04 00:26:15 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2023-04-23 17:43:55 +04:00
"AllowedHosts": "*",
"SmtpClientHost": "smtp.mail.ru",
"SmtpClientPort": "587",
"PopHost": "pop.mail.ru",
"PopPort": "995",
"MailLogin": "ordersender228@mail.ru",
"MailPassword": "v8czsQ8zztJc5wEHxKPN"
2023-04-04 00:26:15 +04:00
}