ISEbd-22_CourseWork_University/University/UniversityEmployeeApp/appsettings.json

19 lines
335 B
JSON
Raw Normal View History

2024-04-29 17:10:01 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2024-05-31 14:29:35 +04:00
"AllowedHosts": "*",
"SmtpClientHost": "smtp.gmail.com",
"SmtpClientPort": "587",
"PopHost": "pop.gmail.com",
"PopPort": "995",
"MailLogin": "tyuikooo17@gmail.com",
"MailPassword": "nhbrjnfAVKOR04"
2024-04-29 17:10:01 +04:00
}