21 lines
428 B
JSON
21 lines
428 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"DeepDrftContent.Controllers.TrackController": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"CorsSettings": {
|
|
"AllowedOrigins": [
|
|
"https://localhost:12778",
|
|
"https://deepdrft.com",
|
|
"https://www.deepdrft.com"
|
|
]
|
|
},
|
|
"ForwardedHeaders": {
|
|
"DisableHttpsRedirection": "true"
|
|
}
|
|
}
|