🔨 Reconfigured to use new discovery

This commit is contained in:
2025-12-13 17:38:49 +08:00
parent bc3d030a1e
commit 42082fbefa
17 changed files with 138 additions and 18 deletions

View File

@@ -9,6 +9,8 @@ var builder = WebApplication.CreateBuilder(args);
builder.AddServiceDefaults();
builder.Services.Configure<ServiceRegistrationOptions>(opts => { opts.Name = "sphere"; });
// Configure Kestrel and server options
builder.ConfigureAppKestrel(builder.Configuration);