PIbd-22_Kurbanova_A.A._Typo.../Typography/TypographyRestApi/appsettings.json

17 lines
381 B
JSON
Raw Normal View History

2024-04-16 14:36:20 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"SmtpClientHost": "smtp.gmail.com",
"SmtpClientPort": "587",
"PopHost": "pop.gmail.com",
"PopPort": "995",
"MailLogin": "hmscolossus.r95@gmail.com",
"MailPassword": "fbiv zyz yxpoy fgac"
2024-04-16 14:36:20 +04:00
}