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