PIbd-22_Chubykina_P.P._Conf.../Confectionery/ConfectioneryRestApi/appsettings.json

17 lines
338 B
JSON
Raw Normal View History

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2024-05-18 17:52:58 +04:00
"AllowedHosts": "*",
"SmtpClientHost": "smtp.gmail.com",
"SmtpClientPort": "587",
"PopHost": "pop.gmail.com",
"PopPort": "995",
"MailLogin": "tsutsumonn@gmail.com",
2024-05-18 17:52:58 +04:00
"MailPassword": "ndbp ruep dfbl dnbg"
}