16 lines
337 B
JSON
Raw Normal View History

2024-05-08 00:45:00 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2024-06-16 10:56:35 +04:00
"AllowedHosts": "*",
"SmtpClientHost": "smtp.gmail.com",
"SmtpClientPort": "587",
"PopHost": "pop.gmail.com",
"PopPort": "995",
"MailLogin": "rpplabs900@gmail.com",
"MailPassword": "wmbu qrgy ocwl tadm"
2024-05-08 00:45:00 +04:00
}