17 lines
332 B
JSON
Raw Normal View History

2023-04-07 10:31:55 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2023-04-20 23:04:13 +04:00
"AllowedHosts": "*",
"SmtpClientHost": "smtp.gmail.com",
"SmtpClientPort": "587",
"PopHost": "pop.gmail.com",
"PopPort": "995",
"MailLogin": "lab7@gmail.com",
"MailPassword": "cydm kewb pwlp nljh"
2023-04-07 10:31:55 +04:00
}