diff --git a/fly.toml b/fly.toml index 65b837f..3131f19 100644 --- a/fly.toml +++ b/fly.toml @@ -1,37 +1,36 @@ -# fly.toml file generated for pyview-demo on 2023-01-28T12:41:57-05:00 +# fly.toml app configuration file generated for pyview-demo on 2023-07-10T20:50:59-04:00 +# +# See https://fly.io/docs/reference/configuration/ for information about how to use this file. +# app = "pyview-demo" +primary_region = "ewr" kill_signal = "SIGINT" -kill_timeout = 5 -processes = [] - -[env] +kill_timeout = "5s" [experimental] auto_rollback = true [[services]] - http_checks = [] + protocol = "tcp" internal_port = 8000 processes = ["app"] - protocol = "tcp" - script_checks = [] - [services.concurrency] - hard_limit = 25 - soft_limit = 20 - type = "connections" [[services.ports]] - force_https = true - handlers = ["http"] port = 80 + handlers = ["http"] + force_https = true [[services.ports]] - handlers = ["tls", "http"] port = 443 + handlers = ["tls", "http"] + [services.concurrency] + type = "connections" + hard_limit = 25 + soft_limit = 20 [[services.tcp_checks]] - grace_period = "1s" interval = "15s" - restart_limit = 0 timeout = "2s" + grace_period = "1s" + restart_limit = 0