cd650c4365
InteractiveServer only, full AuthBlocks, no WASM. Controllers scaffolded for future CMS controller migration. CmsStealthRoutingHandler omitted by design (subdomain topology).
16 lines
268 B
JSON
16 lines
268 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ApiUrls": {
|
|
"ApiHost": "https://localhost:5001"
|
|
},
|
|
"ForwardedHeaders": {
|
|
"DisableHttpsRedirection": false
|
|
}
|
|
}
|