17 lines
339 B
JSON
Raw Normal View History

2023-04-09 23:35:56 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
2023-04-22 19:35:25 +04:00
"SmtpClientHost": "smtp.rambler.ru",
"SmtpClientPort": "587",
2023-04-22 19:35:25 +04:00
"PopHost": "pop.rambler.ru",
"PopPort": "995",
2023-04-22 19:35:25 +04:00
"MailLogin": "chelovek.labov@rambler.ru",
"MailPassword": "Iloverpp4real"
2023-04-09 23:35:56 +04:00
}