1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# fly.toml app configuration file generated for ketchup-t1zvtw on 2026-02-15T21:11:33Z
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#

app = 'ketchup-t1zvtw'
primary_region = 'sjc'

[http_service]
  internal_port = 9292
  force_https = true
  auto_stop_machines = 'stop'
  auto_start_machines = true
  min_machines_running = 0
  processes = ['app']

[[vm]]
  memory = '1gb'
  cpu_kind = 'shared'
  cpus = 1
  memory_mb = 256

[env]
  DATABASE_URL = ':memory:'
  SENTRY_ENV = 'demo'
  DEFAULT_USER = 'demo@example.com:Demo User'