File tree Expand file tree Collapse file tree 1 file changed +15
-18
lines changed Expand file tree Collapse file tree 1 file changed +15
-18
lines changed Original file line number Diff line number Diff line change 1- # fly.toml file generated for swift-format on 2022-09-03T14:08:48+09:00
1+ # fly.toml app configuration file generated for swift-format on 2023-05-28T18:52:15+09:00
2+ #
3+ # See https://fly.io/docs/reference/configuration/ for information about how to use this file.
4+ #
25
36app = " swift-format"
47kill_signal = " SIGINT"
5- kill_timeout = 5
6- processes = []
7-
8- [env ]
8+ kill_timeout = " 5s"
99
1010[experimental ]
11- allowed_public_ports = []
1211 auto_rollback = true
1312
1413[[services ]]
15- http_checks = []
14+ protocol = " tcp "
1615 internal_port = 8080
1716 processes = [" app" ]
18- protocol = " tcp"
19- script_checks = []
20- [services .concurrency ]
21- hard_limit = 25
22- soft_limit = 20
23- type = " connections"
2417
2518 [[services .ports ]]
26- force_https = true
27- handlers = [" http" ]
2819 port = 80
20+ handlers = [" http" ]
21+ force_https = true
2922
3023 [[services .ports ]]
31- handlers = [" tls" , " http" ]
3224 port = 443
25+ handlers = [" tls" , " http" ]
26+ [services .concurrency ]
27+ type = " connections"
28+ hard_limit = 25
29+ soft_limit = 20
3330
3431 [[services .tcp_checks ]]
35- grace_period = " 1s"
3632 interval = " 15s"
37- restart_limit = 0
3833 timeout = " 2s"
34+ grace_period = " 1s"
35+ restart_limit = 0
You can’t perform that action at this time.
0 commit comments