PIbd-22_Kamcharova_K.A_Reno.../RenovationWorkRestApi/appsettings.json

15 lines
335 B
JSON
Raw Normal View History

2024-05-25 21:23:11 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2024-06-22 15:58:51 +04:00
"AllowedHosts": "*",
"SmtpClientHost": "smtp.gmail.com",
"SmtpClientPort": "587",
"PopHost": "pop.gmail.com",
"PopPort": "995",
"MailLogin": "lab767676@gmail.com",
"MailPassword": "hcrp rdjx dihb ilrs"
}