PIbd-23_Elatomtsev_L.K._Con.../Confectionery/ConfectioneryRestApi/appsettings.json
2024-05-22 07:00:31 +04:00

17 lines
347 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"SmtpClientHost": "smtp.gmail.com",
"SmtpClientPort": "587",
"PopHost": "pop.gmail.com",
"PopPort": "995",
"MailLogin": "confectionerypibd23@gmail.com",
"MailPassword": "mgsy zvpt cmva kyur"
}