mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-23 10:14:08 +03:00
b8dc241f0b
* Fixed links to examples, added examples/README.md, improved some names. Co-authored-by: Filip Sodić <filip.sodic@gmail.com> * fix --------- Co-authored-by: Filip Sodić <filip.sodic@gmail.com>
18 lines
423 B
TOML
18 lines
423 B
TOML
# fly.toml app configuration file generated for waspleau-app-client on 2023-10-13T09:31:45+02:00
|
|
#
|
|
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
|
|
#
|
|
|
|
app = "waspleau-app-client"
|
|
primary_region = "mad"
|
|
|
|
[build]
|
|
|
|
[http_service]
|
|
internal_port = 8043
|
|
force_https = true
|
|
auto_stop_machines = true
|
|
auto_start_machines = true
|
|
min_machines_running = 0
|
|
processes = ["app"]
|