PIbd-22_Shabunov_O.A._AutoW.../AutoWorkshopRestApi/appsettings.json

17 lines
347 B
JSON
Raw Permalink Normal View History

2024-04-11 12:41:44 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2024-04-19 22:47:28 +04:00
"AllowedHosts": "*",
2024-04-20 19:02:55 +04:00
2024-04-19 22:47:28 +04:00
"SmtpClientHost": "smtp.gmail.com",
"SmtpClientPort": "587",
"PopHost": "pop.gmail.com",
"PopPort": "995",
2024-04-20 19:02:55 +04:00
"MailLogin": "testingpurposeslab7@gmail.com",
"MailPassword": "gvdg ovtu lmis djwq"
2024-04-11 12:41:44 +04:00
}