ISEbd-21_Koscheev.M.S.Softw.../SoftwareInstallation/SoftwareInstallationRestApi/appsettings.json

17 lines
332 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"SmtpClientHost": "smtp.mail.ru",
"SmtpClientPort": "587",
"PopHost": "pop.mail.ru",
"PopPort": "995",
"MailLogin": "ilox_2018@mail.ru",
"MailPassword": "5Q1HSfrrha0Mg1UAGUZ8"
}