ISEbd-21_Agliullov.D.A._Con.../ConfectioneryRestApi/appsettings.json

17 lines
337 B
JSON
Raw Normal View History

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