PIbd-21_Danilov_V.V._Course.../VeterinaryClinic/VeterinaryClinicRestApi/appsettings.json

16 lines
336 B
JSON
Raw Normal View History

2024-05-01 03:06:53 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"SmtpClientHost": "smtp.gmail.com",
"SmtpClientPort": "587",
"PopHost": "pop.gmail.com",
"PopPort": "995",
"MailLogin": "hugolyter@gmail.com",
"MailPassword": "erpt vlrs aogd xoun",
2024-05-01 03:06:53 +04:00
"AllowedHosts": "*"
}