PIbd-23_Borschevskaya_A.A._.../FurnitureAssembly/FurnitureAssemblyRestApi/appsettings.json

17 lines
341 B
JSON
Raw Normal View History

2023-03-25 13:14:16 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"SmtpClientHost": "smtp.gmail.com",
"SmtpClientPort": "587",
"PopHost": "pop.gmail.com",
"PopPort": "995",
"MailLogin": "MailNoNameLab@gmail.com",
"MailPassword": "cpdj ykey loip jxwj"
2023-03-25 13:14:16 +04:00
}