Skip to content

Commit 26b6b22

Browse files
fly config save
1 parent adcc219 commit 26b6b22

File tree

1 file changed

+15
-18
lines changed

1 file changed

+15
-18
lines changed

fly.toml

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,35 @@
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

36
app = "swift-format"
47
kill_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

0 commit comments

Comments
 (0)