Skip to content

Commit

Permalink
Commit result of fly config save
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Aug 3, 2023
1 parent b49e539 commit cbe4a1d
Showing 1 changed file with 15 additions and 18 deletions.
33 changes: 15 additions & 18 deletions fly.toml
Original file line number Diff line number Diff line change
@@ -1,38 +1,35 @@
# fly.toml file generated for rubynz-membership-register on 2023-03-09T19:34:57+13:00
# fly.toml app configuration file generated for rubynz-membership-register on 2023-08-04T10:44:29+12:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#

app = "rubynz-membership-register"
kill_signal = "SIGINT"
kill_timeout = 5
primary_region = "syd"
processes = []

[env]
kill_signal = "SIGINT"
kill_timeout = "5s"

[experimental]
auto_rollback = true

[[services]]
http_checks = []
protocol = "tcp"
internal_port = 3000
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"

0 comments on commit cbe4a1d

Please sign in to comment.