diff --git a/fly.toml b/fly.toml index 6ba17ec..c0206d5 100644 --- a/fly.toml +++ b/fly.toml @@ -14,12 +14,4 @@ primary_region = "dfw" auto_stop_machines = true auto_start_machines = true min_machines_running = 0 - processes = ["app"] - - [checks] - [checks.http] - interval = 10000 - timeout = 2000 - method = "GET" - path = "/" - protocol = "http" + processes = ["app"] \ No newline at end of file