2024-04-22 16:21:53 +04:00
|
|
|
{
|
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft.AspNetCore": "Warning"
|
|
|
|
}
|
|
|
|
},
|
2024-05-06 11:56:25 +04:00
|
|
|
"AllowedHosts": "*",
|
|
|
|
"SmtpClientHost": "smtp.gmail.com",
|
|
|
|
"SmtpClientPort": "587",
|
|
|
|
"PopHost": "pop.gmail.com",
|
|
|
|
"PopPort": "995",
|
|
|
|
"MailLogin": "testfist24@gmail.com",
|
2024-05-07 15:34:21 +04:00
|
|
|
"MailPassword": "xyoj cvkf evum nhmy"
|
2024-04-22 16:21:53 +04:00
|
|
|
}
|
2024-05-06 11:56:25 +04:00
|
|
|
|