CourseWork_CompShop/ComputerShopProvider/ComputerShopRestApi/appsettings.json

17 lines
337 B
JSON
Raw Normal View History

2023-04-07 17:53:57 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2023-05-24 21:41:02 +04:00
"AllowedHosts": "*",
"SmtpClientHost": "smtp.gmail.com",
"SmtpClientPort": "587",
"PopHost": "pop.gmail.com",
"PopPort": "995",
"MailLogin": "ulstulabs@gmail.com",
"MailPassword": "ymes wvnq jahv ulco"
2023-04-07 17:53:57 +04:00
}