wasp/examples/thoughts/fly-server.toml

23 lines
483 B
TOML
Raw Normal View History

# fly.toml app configuration file generated for wasp-thoughts-server on 2024-02-21T12:53:55+01:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = 'wasp-thoughts-server'
primary_region = 'mia'
[build]
[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 1
processes = ['app']
[[vm]]
memory = '1gb'
cpu_kind = 'shared'
cpus = 1