mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 21:47:22 +01:00
adjust metrics server ports
This commit is contained in:
parent
ace31926db
commit
bc9fc95e2f
2 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue