fly.toml 490 B

12345678910111213141516171819202122
  1. # fly.toml app configuration file generated for ec-app-crimson-dew-123 on 2024-01-04T06:48:40+05:30
  2. #
  3. # See https://fly.io/docs/reference/configuration/ for information about how to use this file.
  4. #
  5. app = "ec-app-crimson-dew-123"
  6. primary_region = "sjc"
  7. [build]
  8. [http_service]
  9. internal_port = 8080
  10. force_https = true
  11. auto_stop_machines = false
  12. auto_start_machines = true
  13. min_machines_running = 0
  14. processes = ["app"]
  15. [[vm]]
  16. cpu_kind = "shared"
  17. cpus = 1
  18. memory_mb = 1024