interactive intro to open social
1app = "at-me"
2primary_region = "ord"
3
4[build]
5
6[env]
7 OAUTH_REDIRECT_URI = "https://at-me.fly.dev/oauth/callback"
8
9[http_service]
10 internal_port = 8080
11 force_https = true
12 auto_stop_machines = "suspend"
13 auto_start_machines = true
14 min_machines_running = 0
15 processes = ["app"]
16
17[[vm]]
18 memory = "256mb"
19 cpu_kind = "shared"
20 cpus = 1