17 lines
339 B
JSON
Raw Normal View History

2024-05-08 23:27:46 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2024-05-17 23:22:03 +04:00
"AllowedHosts": "*",
"SmtpClientHost": "smtp.mail.ru",
"SmtpClientPort": "587",
"PopHost": "pop.mail.ru",
"PopPort": "995",
"MailLogin": "pibd21.teryokhin@mail.ru",
"MailPassword": "fZNuZY6BPTmvgcPqw08B"
2024-05-08 23:27:46 +04:00
}