PIbd-21_MasenkinMS_Coursewo.../Hospital/HospitalWebApp/appsettings.json

17 lines
336 B
JSON
Raw Normal View History

2024-04-29 00:38:02 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2024-05-27 01:52:34 +04:00
"AllowedHosts": "*",
"SmtpClientHost": "smtp.gmail.com",
"SmtpClientPort": "587",
"PopHost": "pop.gmail.com",
"PopPort": "995",
"MailLogin": "besick73@gmail.com",
"MailPassword": "jmcp rbai teqa ltmc"
2024-04-29 00:38:02 +04:00
}