ISEbd-21_Zinovev_V.V._Furni.../FurnitureAssembly/FurnitureAssemblyRestApi/appsettings.json

17 lines
328 B
JSON
Raw Permalink Normal View History

2024-05-05 20:11:20 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2024-05-12 16:26:49 +04:00
"AllowedHosts": "*",
2024-05-16 19:54:23 +04:00
"SmtpClientHost": "smtp.gmail.com",
"SmtpClientPort": "587",
"PopHost": "pop.gmail.com",
2024-05-12 16:26:49 +04:00
"PopPort": "995",
2024-05-16 19:54:23 +04:00
"MailLogin": "@gmail.com",
"MailPassword": "gsmp yceu sztw iqid"
2024-05-05 20:11:20 +04:00
}