Pibd-22_Emelyanov_A.S._Fish.../FishFactory/FishFactoryRestApi/appsettings.json

17 lines
338 B
JSON
Raw Normal View History

2023-03-28 09:56:23 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2023-04-25 09:21:39 +04:00
"AllowedHosts": "*",
"SmtpClientHost": "smtp.gmail.com",
"SmtpClientPort": "587",
"PopHost": "pop.gmail.com",
"PopPort": "995",
"MailLogin": "rpplabs098@gmail.com",
"MailPassword": "sxwf ohjr cgba wext"
2023-03-28 09:56:23 +04:00
}