fly.toml 314 B

12345678910111213141516171819
  1. app = "new-api-proxy"
  2. primary_region = "ord"
  3. [http_service]
  4. internal_port = 3000
  5. force_https = true
  6. auto_stop_machines = true
  7. auto_start_machines = true
  8. min_machines_running = 1
  9. processes = ["app"]
  10. [[vm]]
  11. cpu_kind = "shared"
  12. cpus = 1
  13. memory_mb = 1024
  14. # postgres://newapi:niXl1YOXVBI4ur4@127.0.0.1:5433/newapi