PIbd-21_CourseWork_Polyclin.../Polyclinic/PolyclinicWebAppImplementer/appsettings.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"
}
}