From ee66fd27ad9cd93bc47c74413c692c623f31063b Mon Sep 17 00:00:00 2001 From: atridadl Date: Thu, 19 Oct 2023 00:58:00 -0600 Subject: [PATCH] Fix --- fly.toml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/fly.toml b/fly.toml index b8bb052..0d9192e 100644 --- a/fly.toml +++ b/fly.toml @@ -1,14 +1,7 @@ -# fly.toml app configuration file generated for himbot on 2023-10-17T18:37:42-03:00 +# fly.toml app configuration file generated for himbot on 2023-10-19T18:34:44-03:00 # # See https://fly.io/docs/reference/configuration/ for information about how to use this file. # app = "himbot" primary_region = "sea" - -[http_service] - internal_port = 3000 - force_https = true - auto_stop_machines = false - auto_start_machines = true - min_machines_running = 1