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

18 lines
340 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",
"MailLogin": "klevakingr6@gmail.com",
"MailPassword": "btuf wocn iblw vydn"
2024-05-02 17:46:55 +04:00
}