2023-05-17 17:48:12 +04:00
|
|
|
{
|
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft.AspNetCore": "Warning"
|
|
|
|
}
|
|
|
|
},
|
2023-05-19 08:30:36 +04:00
|
|
|
"AllowedHosts": "*",
|
|
|
|
|
|
|
|
"SmtpClientHost": "smtp.gmail.com",
|
|
|
|
"SmtpClientPort": "587",
|
|
|
|
"MailLogin": "MailNoNameLab@gmail.com",
|
|
|
|
"MailPassword": "yfbo xzzw mxee jaqt"
|
2023-05-17 17:48:12 +04:00
|
|
|
}
|