Skip to content

Update toml files for new deployment #452

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 8 additions & 11 deletions opensaas-sh/app_diff/fly-client.toml.diff
Original file line number Diff line number Diff line change
@@ -1,28 +1,25 @@
--- template/app/fly-client.toml
+++ opensaas-sh/app/fly-client.toml
@@ -0,0 +1,25 @@
+# fly.toml app configuration file generated for open-saas-wasp-sh-client on 2023-12-04T12:34:07+01:00
@@ -0,0 +1,22 @@
+# fly.toml app configuration file generated for open-saas-wasp-sh-client on 2025-07-18T17:12:02+02:00
+#
+# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
+#
+
+app = "open-saas-wasp-sh-client"
+primary_region = "ams"
+app = 'open-saas-wasp-sh-client'
+primary_region = 'ams'
+
+[build]
+
+[http_service]
+ internal_port = 8043
+ force_https = true
+ auto_stop_machines = true
+ auto_stop_machines = 'stop'
+ auto_start_machines = true
+ min_machines_running = 0
+ processes = ["app"]
+
+[http_service.http_options.response]
+ pristine = true
+ processes = ['app']
+
+[[vm]]
+ cpu_kind = "shared"
+ memory = '1gb'
+ cpu_kind = 'shared'
+ cpus = 1
+ memory_mb = 1024
15 changes: 7 additions & 8 deletions opensaas-sh/app_diff/fly-server.toml.diff
Original file line number Diff line number Diff line change
@@ -1,26 +1,25 @@
--- 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
+# fly.toml app configuration file generated for open-saas-wasp-sh-server on 2025-07-18T17:11:52+02: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"
+app = 'open-saas-wasp-sh-server'
+primary_region = 'ams'
+
+[build]
+
+[http_service]
+ internal_port = 8080
+ force_https = true
+ auto_stop_machines = true
+ auto_stop_machines = 'stop'
+ auto_start_machines = true
+ min_machines_running = 1
+ processes = ["app"]
+ processes = ['app']
+
+[[vm]]
+ cpu_kind = "shared"
+ memory = '1gb'
+ cpu_kind = 'shared'
+ cpus = 1
+ memory_mb = 1024
\ No newline at end of file
2 changes: 1 addition & 1 deletion opensaas-sh/app_diff/package-lock.json.diff

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.