PIbd-21_Alekseev_I.S._Confe.../Confectionery/ConfectioneryRestApi/appsettings.json

18 lines
349 B
JSON
Raw Normal View History

2024-05-02 17:46:55 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2024-05-03 13:57:31 +04:00
"AllowedHosts": "*",
"SmtpClientHost": "smtp.gmail.com",
"SmtpClientPort": "587",
"PopHost": "pop.gmail.com",
"PopPort": "995",
2024-05-17 02:09:07 +04:00
"MailLogin": "vanyaalekseevreserve@gmail.com",
"MailPassword": "xdwi oykx wxsc guda"
2024-05-03 13:57:31 +04:00
2024-05-02 17:46:55 +04:00
}