2023-05-12 18:18:56 +04:00
|
|
|
{
|
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft.AspNetCore": "Warning"
|
|
|
|
}
|
|
|
|
},
|
2023-05-19 02:42:53 +04:00
|
|
|
"AllowedHosts": "*",
|
|
|
|
|
|
|
|
"SmtpClientHost": "smtp.rambler.ru",
|
|
|
|
"SmtpClientPort": "587",
|
|
|
|
"PopHost": "pop.rambler.ru",
|
|
|
|
"PopPort": "995",
|
|
|
|
"MailLogin": "tmpmailforlabs@rambler.ru",
|
|
|
|
"MailPassword": "0paRVbmA"
|
2023-05-12 18:18:56 +04:00
|
|
|
}
|