flytrap 0.0.3

Query the Fly.io runtime environment
Documentation
app = "flytrap"
primary_region = "sjc"

kill_signal = "SIGTERM"
kill_timeout = 5

[env]
PORT = "8080"

[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 5
[http_service.concurrency]
type = "requests"
soft_limit = 20
hard_limit = 50

[[http_service.checks]]
grace_period = "10s"
interval = "30s"
method = "GET"
timeout = "5s"
path = "/"