mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-28 11:34:41 +03:00
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"]
|