mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-27 19:14:52 +03:00
5e45dad54a
Co-authored-by: vincanger <70215737+vincanger@users.noreply.github.com>
18 lines
425 B
TOML
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"]
|