20 lines
402 B
TOML
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]]
|