17 lines
337 B
JSON
Raw Normal View History

2024-04-03 21:04:46 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2024-05-02 23:34:15 +04:00
"AllowedHosts": "*",
"SmtpClientHost": "smtp.mail.ru",
"SmtpClientPort": "587",
"PopHost": "pop.mail.ru",
"PopPort": "995",
"MailLogin": "pibd21_kozyrev@mail.ru",
"MailPassword": "fyigmU7yKciypukjv0bX"
2024-04-03 21:04:46 +04:00
}