2024-04-30 16:56:58 +04:00
|
|
|
{
|
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft.AspNetCore": "Warning"
|
|
|
|
}
|
|
|
|
},
|
2024-05-30 04:06:00 +04:00
|
|
|
"AllowedHosts": "*",
|
|
|
|
"Smtp": {
|
|
|
|
"Host": "smtp.beget.com",
|
|
|
|
"Port": "2525",
|
|
|
|
"Username": "polyclinic@ekallin.ru",
|
|
|
|
"Password": "tlmu50*zAwN1",
|
|
|
|
"EnableSsl": "false"
|
|
|
|
}
|
2024-04-30 16:56:58 +04:00
|
|
|
}
|