Change orlean dashboard port
This commit is contained in:
@@ -109,7 +109,7 @@ public static class ApiBootstrap
|
|||||||
siloBuilder.UseDashboard(options =>
|
siloBuilder.UseDashboard(options =>
|
||||||
{
|
{
|
||||||
// Configure dashboard with proper shutdown handling
|
// Configure dashboard with proper shutdown handling
|
||||||
options.Port = 8080;
|
options.Port = 9999;
|
||||||
options.HostSelf = true;
|
options.HostSelf = true;
|
||||||
options.CounterUpdateIntervalMs = 10000; // 10 seconds
|
options.CounterUpdateIntervalMs = 10000; // 10 seconds
|
||||||
options.HideTrace = true; // Hide trace to reduce dashboard overhead
|
options.HideTrace = true; // Hide trace to reduce dashboard overhead
|
||||||
|
|||||||
Reference in New Issue
Block a user