17 lines
340 B
JSON
Raw Normal View History

2023-05-01 14:00:18 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2023-05-02 11:03:29 +04:00
"AllowedHosts": "*",
"SmtpClientHost": "smtp.gmail.com",
"SmtpClientPort": "587",
"PopHost": "pop.gmail.com",
"PopPort": "995",
"MailLogin": "romanov17903@gmail.com",
2023-05-15 23:33:06 +04:00
"MailPassword": "dwrt hvsm ncfm wepv"
2023-05-01 14:00:18 +04:00
}