PIbd-21_Semikolenov_G.A._Pl.../PlumbingRepairRestApi/appsettings.json

16 lines
340 B
JSON
Raw Permalink Normal View History

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2023-11-08 20:19:57 +04:00
"AllowedHosts": "*",
"MailLogin": "sevenknee5073@gmail.com",
"MailPassword": "tkhr rren pidn eyqa",
"PopHost": "pop.gmail.com",
"PopPort": "995",
"SmtpClientHost": "smtp.gmail.com",
"SmtpClientPort": "587"
}