diff --git a/fly.toml b/fly.toml index 537f43d..a95f3f6 100644 --- a/fly.toml +++ b/fly.toml @@ -8,6 +8,7 @@ processes = [] [env] LISTEN_ADDR = "0.0.0.0:8080" RUN_MIGRATIONS = "1" + HTTP_CLIENT_TIMEOUT = "30" [experimental] allowed_public_ports = []