Skip to content

Commit

Permalink
Update app configuration in fly.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
m-abdelwahab committed Feb 1, 2024
1 parent 6139784 commit 03099d7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions fly.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
# fly.toml app configuration file generated for preview-branches-with-fly on 2024-02-01T11:54:56+01:00
# fly.toml app configuration file generated for node-drizzle-neon on 2024-01-31T11:04:51+02:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#

app = 'preview-branches-with-fly'
app = 'node-drizzle-neon'
primary_region = 'cdg'

[build]

[http_service]
internal_port = 3000
force_https = true
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 0
processes = ['app']

[[vm]]
cpu_kind = 'shared'
cpus = 1
memory_mb = 1024
memory_mb = 1024

0 comments on commit 03099d7

Please sign in to comment.