2024-04-07 01:22:23 +04:00
|
|
|
{
|
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft.AspNetCore": "Warning"
|
|
|
|
}
|
|
|
|
},
|
2024-05-06 01:13:01 +04:00
|
|
|
"AllowedHosts": "*",
|
|
|
|
"SmtpClientHost": "smtp.beget.com",
|
|
|
|
"SmtpClientPort": "2525",
|
|
|
|
"PopHost": "pop3.beget.com",
|
|
|
|
"PopPort": "995",
|
|
|
|
"MailLogin": "securitysystemshop@nspotapov.ru",
|
|
|
|
"MailPassword": "2iD8*KBY"
|
2024-04-07 01:22:23 +04:00
|
|
|
}
|