PIbd-22_Shabunov_O.A._AutoW.../AutoWorkshopRestApi/appsettings.json

17 lines
349 B
JSON
Raw Normal View History

2024-04-11 12:41:44 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2024-04-19 22:47:28 +04:00
"AllowedHosts": "*",
"SmtpClientHost": "smtp.gmail.com",
"SmtpClientPort": "587",
"PopHost": "pop.gmail.com",
"PopPort": "995",
"MailLogin": "pasxalko1488ventilyator@gmail.com",
"MailPassword": "MsCutiePatootie"
2024-04-11 12:41:44 +04:00
}