Make metrics endpoint private again

This commit is contained in:
Riordan Panayides 2022-10-08 13:26:17 +01:00
parent ddb9a2fef0
commit 75af979d96
1 changed files with 0 additions and 13 deletions

View File

@ -23,19 +23,6 @@ kill_timeout = 5
hard_limit = 1024
soft_limit = 1024
[[services]]
processes = ["fills"]
internal_port = 9091
protocol = "tcp"
[[services.ports]]
port = "9091"
[services.concurrency]
type = "connections"
hard_limit = 1024
soft_limit = 1024
[[services]]
processes = ["pnl"]
internal_port = 2052