From dd8195308792ccd39867de603b45d3f397211dc6 Mon Sep 17 00:00:00 2001 From: Hussein Martinez Date: Wed, 11 Sep 2024 19:39:07 +0700 Subject: [PATCH] chore: changed ports for indexer http-service --- fly.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fly.toml b/fly.toml index 24709580..7c416fb2 100644 --- a/fly.toml +++ b/fly.toml @@ -51,11 +51,11 @@ kill_timeout = "5s" [[services.ports]] force_https = true handlers = ["http"] - port = 80 + port = 8080 [[services.ports]] handlers = ["tls", "http"] - port = 443 + port = 8081 [[services.tcp_checks]] grace_period = "30s"