PIbd-21_Bustonov_A.O._FishF.../FishFactory/FishFactoryRestApi/appsettings.json

17 lines
343 B
JSON
Raw Normal View History

2023-04-20 22:06:50 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2023-05-21 16:22:57 +04:00
"AllowedHosts": "*",
"SmtpClientHost": "smtp.gmail.com",
"SmtpClientPort": "587",
"PopHost": "pop.gmail.com",
"PopPort": "995",
"MailLogin": "fishfactorymail@gmail.com",
2023-05-21 16:53:29 +04:00
"MailPassword": "fvdy wqeh xnnr kefc"
2023-04-20 22:06:50 +04:00
}