17 lines
345 B
JSON
Raw Normal View History

2024-04-11 13:43:22 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2024-05-05 18:46:39 +04:00
"AllowedHosts": "*",
"SmtpClientHost": "smtp.gmail.com",
"SmtpClientPort": "587",
"PopHost": "pop.gmail.com",
"PopPort": "995",
2024-05-13 23:41:25 +04:00
"MailLogin": "rpplab7chernyshev@gmail.com",
"MailPassword": "cojg axan axbk qtqb"
2024-04-11 13:43:22 +04:00
}