mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-29 03:53:14 +03:00
18 lines
423 B
TOML
18 lines
423 B
TOML
|
# fly.toml app configuration file generated for waspleau-app-server on 2023-10-13T09:31:39+02:00
|
||
|
#
|
||
|
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
|
||
|
#
|
||
|
|
||
|
app = "waspleau-app-server"
|
||
|
primary_region = "mad"
|
||
|
|
||
|
[build]
|
||
|
|
||
|
[http_service]
|
||
|
internal_port = 8080
|
||
|
force_https = true
|
||
|
auto_stop_machines = true
|
||
|
auto_start_machines = true
|
||
|
min_machines_running = 0
|
||
|
processes = ["app"]
|