# fly.toml file generated for storage-api on 2021-02-25T08:55:49+05:30 app = "storage-api" [build] builtin = "node" kill_signal = "SIGINT" kill_timeout = 5 [[services]] internal_port = 8080 protocol = "tcp" [services.concurrency] hard_limit = 25 soft_limit = 20 [[services.ports]] handlers = ["http"] port = "80" [[services.ports]] handlers = ["tls", "http"] port = "443" [[services.tcp_checks]] grace_period = "1s" interval = "10s" restart_limit = 5 timeout = "2s"