mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-26 02:23:21 +03:00
dbe8266bb6
* Again migrated thoughts to 0.12. * fix
23 lines
483 B
TOML
23 lines
483 B
TOML
# fly.toml app configuration file generated for wasp-thoughts-client on 2024-02-21T12:54:04+01:00
|
|
#
|
|
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
|
|
#
|
|
|
|
app = 'wasp-thoughts-client'
|
|
primary_region = 'mia'
|
|
|
|
[build]
|
|
|
|
[http_service]
|
|
internal_port = 8043
|
|
force_https = true
|
|
auto_stop_machines = true
|
|
auto_start_machines = true
|
|
min_machines_running = 0
|
|
processes = ['app']
|
|
|
|
[[vm]]
|
|
memory = '1gb'
|
|
cpu_kind = 'shared'
|
|
cpus = 1
|