wasp/examples/db-seeding-thoughts/fly-server.toml
Filip Sodić 5e45dad54a
Make example app names more descriptive (#1512)
Co-authored-by: vincanger <70215737+vincanger@users.noreply.github.com>
2023-10-16 16:29:44 +02:00

18 lines
425 B
TOML

# fly.toml app configuration file generated for wasp-thoughts-server on 2023-10-13T13:45:12+02: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 = 0
processes = ["app"]