14 lines
264 B
JSON
14 lines
264 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"mailSettings": {
|
|
"mailToAddress": "developers@mycompany.com",
|
|
"mailFromAddress": "noreply@mycompany.com"
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|