17 lines
347 B
JSON
Raw Normal View History

2024-04-11 12:41:44 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2024-04-19 22:47:28 +04:00
"AllowedHosts": "*",
2024-04-20 19:02:55 +04:00
2024-04-19 22:47:28 +04:00
"SmtpClientHost": "smtp.gmail.com",
"SmtpClientPort": "587",
"PopHost": "pop.gmail.com",
"PopPort": "995",
2024-04-20 19:02:55 +04:00
"MailLogin": "testingpurposeslab7@gmail.com",
2024-06-21 20:54:47 +04:00
"MailPassword": "kxdk seny yjaj vrav"
2024-04-11 12:41:44 +04:00
}