2024-04-07 00:02:29 +04:00
|
|
|
{
|
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft.AspNetCore": "Warning"
|
|
|
|
}
|
|
|
|
},
|
2024-05-04 22:30:27 +04:00
|
|
|
"AllowedHosts": "*",
|
|
|
|
|
|
|
|
"SmtpClientHost": "smtp.gmail.com",
|
|
|
|
"SmtpClientPort": "587",
|
|
|
|
"PopHost": "pop.gmail.com",
|
|
|
|
"PopPort": "995",
|
|
|
|
"MailLogin": "aircraftplant73@gmail.com",
|
|
|
|
"MailPassword": "vcus klnn auqe axlq"
|
2024-04-07 00:02:29 +04:00
|
|
|
}
|