# fly.toml app configuration file generated for slices-api on 2025-08-23T09:43:33-07:00 # # See https://fly.io/docs/reference/configuration/ for information about how to use this file. # app = 'slices-api' primary_region = 'sea' [build] image = 'registry.fly.io/slices-api:latest' [env] HTTP_PORT="8080" RUST_LOG="debug" AUTH_BASE_URL="https://slices-aip.fly.dev" SYSTEM_SLICE_URI="at://did:plc:bcgltzqazw5tb6k2g3ttenbj/network.slices.slice/3lymhd4jhrd2z" [processes] app = "slices" worker = "slices" [http_service] internal_port = 8080 force_https = true auto_stop_machines = 'stop' auto_start_machines = true min_machines_running = 1 processes = ['app'] # Only app process handles HTTP [[vm]] memory = '1gb' cpu_kind = 'shared' cpus = 1