PIbd-21_Kouvshinoff_T._A._A.../AutomobilePlant/AutomobilePlantRestApi/appsettings.json

18 lines
334 B
JSON
Raw Normal View History

2024-04-05 23:37:18 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2024-05-05 00:23:11 +04:00
"AllowedHosts": "*",
"SmtpClientHost": "smtp.gmail.com",
"SmtpClientPort": "587",
"PopHost": "pop.gmail.com",
"PopPort": "995",
"MailLogin": "bes1s1uden1@gmail.com",
"MailPassword": "+bes1s1uden1+"
2024-04-05 23:37:18 +04:00
}