Change orlean dashboard port
Some checks failed
Build & Deploy / build-and-deploy (push) Has been cancelled
.NET / build (push) Has been cancelled

This commit is contained in:
2025-07-30 21:23:35 +07:00
parent 84f3e91dc6
commit 20b0881084

View File

@@ -59,11 +59,11 @@ public static class ApiBootstrap
services.Configure<Web3ProxySettings>(configuration.GetSection("Web3Proxy"));
return services
.AddApplication()
.AddInfrastructure(configuration)
.AddWorkers(configuration)
.AddFluentValidation()
.AddMediatR()
.AddApplication()
.AddInfrastructure(configuration)
.AddWorkers(configuration)
.AddFluentValidation()
.AddMediatR()
;
}
@@ -109,7 +109,7 @@ public static class ApiBootstrap
siloBuilder.UseDashboard(options =>
{
// Configure dashboard with proper shutdown handling
options.Port = 8080;
options.Port = 9999;
options.HostSelf = true;
options.CounterUpdateIntervalMs = 10000; // 10 seconds
options.HideTrace = true; // Hide trace to reduce dashboard overhead