microservices/testing/fly.toml
2025-04-14 16:41:51 -07:00

20 lines
402 B
TOML

# fly.toml app configuration file generated for snaketest on 2025-03-02T11:25:35-08:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = 'snaketest'
[[services]]
protocol = 'tcp'
internal_port = 8000
[[services.ports]]
port = 443
handlers = ['tls', 'http']
[[services.ports]]
port = 80
handlers = ['http']
[[metrics]]