PIbd-23_Ivanov_V.N._Pizzeria/Pizzeria/PizzeriaRestApi/appsettings.json

16 lines
336 B
JSON
Raw Normal View History

2024-03-21 13:21:25 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2024-04-02 16:35:18 +04:00
"AllowedHosts": "*",
"SmtpClientHost": "smtp.gmail.com",
"SmtpClientPort": "587",
"PopHost": "pop.gmail.com",
"PopPort": "995",
"MailLogin": "laba46466@gmail.com",
"MailPassword": "klwy ypmv gefu yrug"
2024-03-21 13:21:25 +04:00
}