# fly.toml app configuration file generated for wahit on 2023-06-19T21:49:19+07:00 # # See https://fly.io/docs/reference/configuration/ for information about how to use this file. # app = "agpt" primary_region = "sin" [build] builder = "paketobuildpacks/builder:base" buildpacks = ["gcr.io/paketo-buildpacks/go"] [[services]] internal_port = 8080 protocol = "tcp" auto_stop_machines = false auto_start_machines = true min_machines_running = 1 [services.concurrency] hard_limit = 25 soft_limit = 20 [[services.ports]] handlers = ["http"] port = "80" [[services.ports]] handlers = ["tls", "http"] port = "443" [[services.tcp_checks]] interval = 10000 timeout = 2000