From c838beba3daa2192924d8a0c561ca01a8df2a021 Mon Sep 17 00:00:00 2001 From: Calcium-Ion <61247483+Calcium-Ion@users.noreply.github.com> Date: Wed, 26 Jun 2024 22:11:58 +0800 Subject: [PATCH] Delete fly.toml --- fly.toml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 fly.toml diff --git a/fly.toml b/fly.toml deleted file mode 100644 index f835793..0000000 --- a/fly.toml +++ /dev/null @@ -1,19 +0,0 @@ -app = "new-api-proxy" -primary_region = "ord" - -[http_service] -internal_port = 3000 -force_https = true -auto_stop_machines = true -auto_start_machines = true -min_machines_running = 1 -processes = ["app"] - -[[vm]] -cpu_kind = "shared" -cpus = 1 -memory_mb = 1024 - - -# postgres://newapi:niXl1YOXVBI4ur4@127.0.0.1:5433/newapi -