PIbd-21_CourseWork_Polyclin.../Polyclinic/PolyclinicWebAppSuretor/appsettings.json

17 lines
306 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Smtp": {
"Host": "smtp.beget.com",
"Port": "2525",
"Username": "sushishop@ekallin.ru",
"Password": "8j#HWiCBiI*I",
"EnableSsl": "false"
}
}