2024-05-05 17:58:25 +04:00
|
|
|
{
|
2024-04-06 17:22:40 +04:00
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft.AspNetCore": "Warning"
|
|
|
|
}
|
|
|
|
},
|
2024-05-06 00:26:46 +04:00
|
|
|
|
2024-05-05 17:58:25 +04:00
|
|
|
"AllowedHosts": "*",
|
2024-05-06 00:26:46 +04:00
|
|
|
|
|
|
|
"SmtpClientHost": "smtp.beget.com",
|
|
|
|
"SmtpClientPort": "2525",
|
|
|
|
"PopHost": "pop.beget.com",
|
2024-05-05 17:58:25 +04:00
|
|
|
"PopPort": "995",
|
2024-05-06 00:26:46 +04:00
|
|
|
"MailLogin": "sushishop@ekallin.ru",
|
2024-05-06 12:18:40 +04:00
|
|
|
"MailPassword": "8j#HWiCBiI*I"
|
2024-04-06 17:22:40 +04:00
|
|
|
}
|