From 75af979d96090df53c1eb22fcd4af1ab5974ff8d Mon Sep 17 00:00:00 2001 From: Riordan Panayides Date: Sat, 8 Oct 2022 13:26:17 +0100 Subject: [PATCH] Make metrics endpoint private again --- fly.toml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/fly.toml b/fly.toml index bace0be..6c8b65e 100644 --- a/fly.toml +++ b/fly.toml @@ -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