Highly ambitious ATProtocol AppView service and sdks
1# fly.toml app configuration file generated for slices-frontend-v2 on 2025-10-09T13:10:28-07:00 2# 3# See https://fly.io/docs/reference/configuration/ for information about how to use this file. 4# 5 6app = 'slices-frontend-v2' 7primary_region = 'sea' 8 9[build] 10 dockerfile = './frontend-v2/Dockerfile' 11 12[env] 13 ADMIN_DID = 'did:plc:bcgltzqazw5tb6k2g3ttenbj' 14 API_URL = 'https://slices-api.fly.dev' 15 DATABASE_URL = '/data/slices.db' 16 DENO_ENV = 'production' 17 DOCS_PATH = '/app/docs' 18 PORT = '8080' 19 SLICE_URI = 'at://did:plc:bcgltzqazw5tb6k2g3ttenbj/network.slices.slice/3lymhd4jhrd2z' 20 21[[mounts]] 22 source = 'frontend_data' 23 destination = '/data' 24 25[http_service] 26 internal_port = 8080 27 force_https = true 28 auto_stop_machines = 'stop' 29 auto_start_machines = true 30 min_machines_running = 1 31 processes = ['app'] 32 33[[vm]] 34 memory = '1gb' 35 cpu_kind = 'shared' 36 cpus = 1