mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-26 02:23:21 +03:00
Adds deployment files
Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
This commit is contained in:
parent
e333a027d1
commit
98f50e65f1
17
examples/waspleau/fly-client.toml
Normal file
17
examples/waspleau/fly-client.toml
Normal file
@ -0,0 +1,17 @@
|
||||
# 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"]
|
17
examples/waspleau/fly-server.toml
Normal file
17
examples/waspleau/fly-server.toml
Normal file
@ -0,0 +1,17 @@
|
||||
# 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"]
|
Loading…
Reference in New Issue
Block a user