17 lines
339 B
JSON
Raw Normal View History

2024-05-12 13:27:54 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2024-05-24 21:15:41 +04:00
"AllowedHosts": "*",
"SmtpClientHost": "smtp.gmail.com",
"SmtpClientPort": "587",
"PopHost": "pop.gmail.com",
"PopPort": "995",
"MailLogin": "lab16191666@gmail.com",
"MailPassword": "byla htch lrof ttwi"
2024-05-12 13:27:54 +04:00
}