Highly ambitious ATProtocol AppView service and sdks
at main 778 B view raw
1# fly.toml app configuration file generated for slices-api on 2025-08-23T09:43:33-07:00 2# 3# See https://fly.io/docs/reference/configuration/ for information about how to use this file. 4# 5 6app = 'slices-api' 7primary_region = 'sea' 8 9[build] 10 image = 'registry.fly.io/slices-api:latest' 11 12[env] 13 HTTP_PORT="8080" 14 RUST_LOG="debug" 15 AUTH_BASE_URL="https://slices-aip.fly.dev" 16 SYSTEM_SLICE_URI="at://did:plc:bcgltzqazw5tb6k2g3ttenbj/network.slices.slice/3lymhd4jhrd2z" 17 18[processes] 19 app = "slices" 20 worker = "slices" 21 22[http_service] 23 internal_port = 8080 24 force_https = true 25 auto_stop_machines = 'stop' 26 auto_start_machines = true 27 min_machines_running = 1 28 processes = ['app'] # Only app process handles HTTP 29 30[[vm]] 31 memory = '1gb' 32 cpu_kind = 'shared' 33 cpus = 1