17 lines
307 B
JSON
17 lines
307 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Smtp": {
|
|
"Host": "smtp.beget.com",
|
|
"Port": "2525",
|
|
"Username": "polyclinic@ekallin.ru",
|
|
"Password": "tlmu50*zAwN1",
|
|
"EnableSsl": "false"
|
|
}
|
|
}
|