PIbd22_NikiforovaMV_Automob.../AutomobilePlantRestApi/appsettings.json

17 lines
339 B
JSON
Raw Normal View History

2024-06-22 22:23:42 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2024-06-22 22:30:26 +04:00
"AllowedHosts": "*",
"SmtpClientHost": "smtp.gmail.com",
"SmtpClientPort": "587",
"PopHost": "pop.gmail.com",
"PopPort": "995",
"MailLogin": "mailforlab8@gmail.com",
"MailPassword": "pvmu cnof aakc ckvd"
2024-06-22 22:23:42 +04:00
}