mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-05-21 01:30:07 +02:00
27 lines
629 B
Diff
27 lines
629 B
Diff
--- template/app/fly-server.toml
|
|
+++ opensaas-sh/app/fly-server.toml
|
|
@@ -0,0 +1,22 @@
|
|
+# fly.toml app configuration file generated for open-saas-wasp-sh-server on 2023-12-04T12:33:59+01:00
|
|
+#
|
|
+# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
|
|
+#
|
|
+
|
|
+app = "open-saas-wasp-sh-server"
|
|
+primary_region = "ams"
|
|
+
|
|
+[build]
|
|
+
|
|
+[http_service]
|
|
+ internal_port = 8080
|
|
+ force_https = true
|
|
+ auto_stop_machines = true
|
|
+ auto_start_machines = true
|
|
+ min_machines_running = 1
|
|
+ processes = ["app"]
|
|
+
|
|
+[[vm]]
|
|
+ cpu_kind = "shared"
|
|
+ cpus = 1
|
|
+ memory_mb = 1024
|
|
\ No newline at end of file
|