adjust metrics server ports
This commit is contained in:
@@ -146,7 +146,7 @@ namespace MareSynchronosServer
|
|||||||
|
|
||||||
app.UseWebSockets();
|
app.UseWebSockets();
|
||||||
|
|
||||||
var metricServer = new KestrelMetricServer(4981);
|
var metricServer = new KestrelMetricServer(4980);
|
||||||
metricServer.Start();
|
metricServer.Start();
|
||||||
|
|
||||||
app.UseAuthentication();
|
app.UseAuthentication();
|
||||||
|
|||||||
@@ -92,7 +92,7 @@ public class Startup
|
|||||||
|
|
||||||
app.UseRouting();
|
app.UseRouting();
|
||||||
|
|
||||||
var metricServer = new KestrelMetricServer(4982);
|
var metricServer = new KestrelMetricServer(4981);
|
||||||
metricServer.Start();
|
metricServer.Start();
|
||||||
|
|
||||||
app.UseAuthentication();
|
app.UseAuthentication();
|
||||||
|
|||||||
Reference in New Issue
Block a user