Skip to content

Commit

Permalink
feat(fly): altera aquivo de config
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorrea97 committed Jul 12, 2023
1 parent 85888d9 commit 159abfa
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions fly.toml
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
# fly.toml app configuration file generated for po-sample-api on 2023-07-12T14:36:30-03:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
# fly.toml file generated for po-sample-api on 2022-09-29T18:26:31-03:00

app = "po-sample-api"
primary_region = "gru"
kill_signal = "SIGINT"
kill_timeout = "5s"

[experimental]
auto_rollback = true
kill_timeout = 5
processes = []

[build]
builder = "heroku/buildpacks:20"

[env]
PORT = "8080"

[experimental]
allowed_public_ports = []
auto_rollback = true

[[services]]
protocol = "tcp"
http_checks = []
internal_port = 8080
processes = ["app"]
protocol = "tcp"
script_checks = []
[services.concurrency]
hard_limit = 25
soft_limit = 20
type = "connections"

[[services.ports]]
port = 80
handlers = ["http"]
force_https = true
handlers = ["http"]
port = 80

[[services.ports]]
port = 443
handlers = ["tls", "http"]
[services.concurrency]
type = "connections"
hard_limit = 25
soft_limit = 20
port = 443

[[services.tcp_checks]]
interval = "15s"
timeout = "2s"
grace_period = "1s"
interval = "15s"
restart_limit = 0
timeout = "2s"

0 comments on commit 159abfa

Please sign in to comment.