mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-23 01:54:37 +03:00
23 lines
491 B
TOML
23 lines
491 B
TOML
# fly.toml app configuration file generated for websockets-voting-client on 2024-07-16T21:22:06+02:00
|
|
#
|
|
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
|
|
#
|
|
|
|
app = 'websockets-voting-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
|