Pibd-22_Presnyakova.V.V_Jew.../JewelryStoreRestApi/appsettings.json

16 lines
308 B
JSON
Raw Normal View History

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2023-04-30 17:42:55 +04:00
"AllowedHosts": "*",
"SmtpClientHost": "smtp.gmail.com",
"SmtpClientPort": "587",
"PopHost": "pop.gmail.com",
"PopPort": "995",
"MailLogin": "@gmail.com",
"MailPassword": ""
}