mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 18:27:24 +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();
|
||||
|
||||
var metricServer = new KestrelMetricServer(4981);
|
||||
var metricServer = new KestrelMetricServer(4980);
|
||||
metricServer.Start();
|
||||
|
||||
app.UseAuthentication();
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@ public class Startup
|
|||
|
||||
app.UseRouting();
|
||||
|
||||
var metricServer = new KestrelMetricServer(4982);
|
||||
var metricServer = new KestrelMetricServer(4981);
|
||||
metricServer.Start();
|
||||
|
||||
app.UseAuthentication();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue