egg-catcher-api / fly.toml
Abhinay
Clean fly.toml — remove inline comments and let CLI set app name
9e5f6f6
Raw
History Blame Contribute Delete
448 Bytes
primary_region = "bom"
[build]
[env]
NODE_ENV = "production"
MONGO_DB = "news"
MONGO_COLLECTION = "egg_catcher_scores"
[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = "stop"
auto_start_machines = true
min_machines_running = 0
processes = ["app"]
[http_service.concurrency]
type = "requests"
hard_limit = 200
soft_limit = 150
[[vm]]
cpu_kind = "shared"
cpus = 1
memory_mb = 256