17 lines
306 B
JSON
17 lines
306 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Smtp": {
|
|
"Host": "smtp.beget.com",
|
|
"Port": "2525",
|
|
"Username": "sushishop@ekallin.ru",
|
|
"Password": "8j#HWiCBiI*I",
|
|
"EnableSsl": "false"
|
|
}
|
|
}
|