From 6ff0ff64913c75e0252f44c7b7babe2537c2fb17 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Wed, 18 Jun 2025 05:55:57 +0000 Subject: [PATCH] Delete fly.toml --- fly.toml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 fly.toml diff --git a/fly.toml b/fly.toml deleted file mode 100644 index 0e8aee1..0000000 --- a/fly.toml +++ /dev/null @@ -1,14 +0,0 @@ -app = "loadr" -primary_region = "ord" - -[build] - -[http_service] - internal_port = 8080 - force_https = true - auto_start_machines = true - min_machines_running = 1 - processes = ["app"] - -[[vm]] - size = "shared-cpu-1x" \ No newline at end of file