mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-31 02:43:39 +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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue