PIbd-22_Karamushko_M_K_Pizz.../Pizzeria/PizzeriaRestApi/appsettings.json

15 lines
330 B
JSON
Raw Normal View History

2023-03-27 23:45:20 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2023-04-22 18:57:09 +04:00
"AllowedHosts": "*",
"SmtpClientHost": "smtp.gmail.com",
"SmtpClientPort": "587",
"PopHost": "pop.gmail.com",
"PopPort": "995",
"MailLogin": "labwork15kafis@gmail.com",
"MailPassword": "passlab15"
}