Skip to content

Commit

Permalink
fl
Browse files Browse the repository at this point in the history
  • Loading branch information
Derick80 committed Apr 26, 2024
1 parent 7b1e88e commit b395069
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ kill_timeout = '5s'
PORT = '8080'

[[services]]
http_checks = []
protocol = 'tcp'
internal_port = 8080
processes = ['app']
Expand All @@ -34,8 +33,3 @@ kill_timeout = '5s'
type = 'connections'
hard_limit = 25
soft_limit = 20

[[services.tcp_checks]]
interval = '15s'
timeout = '2s'
grace_period = '15s'

0 comments on commit b395069

Please sign in to comment.