1
0
Fork 0
cmpt815perf/fly.toml

20 lines
412 B
TOML
Raw Permalink Normal View History

2024-12-04 19:09:32 -06:00
# fly.toml app configuration file generated for cmpt815perf on 2024-12-01T13:51:44-06:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = 'cmpt815perf'
primary_region = 'ord'
[build]
[http_service]
internal_port = 8080
force_https = true
auto_start_machines = true
min_machines_running = 0
processes = ['app']
[[vm]]
size = 'shared-cpu-1x'