CoolFace
Apppublic

Mythus/Staging

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
fly.toml27 linesDownload Raw Back to root
1# fly.toml app configuration file generated for tldrive on 2023-05-24T11:46:09+07:002#3# See https://fly.io/docs/reference/configuration/ for information about how to use this file.4#5 6app = "tldrive"7primary_region = "sin"8kill_signal = "SIGINT"9kill_timeout = "5s"10 11[[services]]12  protocol = "tcp"13  internal_port = 400014  processes = ["app"]15  auto_stop_machines = true16  auto_start_machines = true17  min_machines_running = 018 19  [[services.ports]]20    port = 8021    handlers = ["http"]22    force_https = true23 24  [[services.ports]]25    port = 44326    handlers = ["tls", "http"]27