add files
This commit is contained in:
parent
a27f14f036
commit
fb52d49f74
1664 changed files with 749794 additions and 0 deletions
20
testing/fly.toml
Normal file
20
testing/fly.toml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# 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]]
|
||||
Loading…
Add table
Add a link
Reference in a new issue