2024-04-30 16:53:50 +04:00
|
|
|
{
|
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft.AspNetCore": "Warning"
|
|
|
|
}
|
|
|
|
},
|
2024-05-30 01:42:23 +04:00
|
|
|
"AllowedHosts": "*",
|
|
|
|
"Smtp": {
|
|
|
|
"Host": "smtp.beget.com",
|
|
|
|
"Port": "2525",
|
|
|
|
"Username": "sushishop@ekallin.ru",
|
|
|
|
"Password": "8j#HWiCBiI*I",
|
|
|
|
"EnableSsl": "false"
|
|
|
|
}
|
2024-04-30 16:53:50 +04:00
|
|
|
}
|