PIbd-21_MasenkinMS_Aircraft.../AircraftPlant/AircraftPlantRestApi/appsettings.json

17 lines
343 B
JSON
Raw Permalink Normal View History

2024-04-07 00:02:29 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2024-05-04 22:30:27 +04:00
"AllowedHosts": "*",
"SmtpClientHost": "smtp.gmail.com",
"SmtpClientPort": "587",
"PopHost": "pop.gmail.com",
"PopPort": "995",
"MailLogin": "aircraftplant73@gmail.com",
"MailPassword": "vcus klnn auqe axlq"
2024-04-07 00:02:29 +04:00
}