wasp/examples/thoughts/fly-server.toml
Martin Šošić dbe8266bb6
Again migrated thoughts to 0.12. (#1789)
* Again migrated thoughts to 0.12.

* fix
2024-02-21 13:41:00 +01:00

23 lines
483 B
TOML

# 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