Skip to content

Commit

Permalink
Generated deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
samie committed Jan 29, 2024
1 parent 85a65aa commit 0834760
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions demo-app/fly.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
app = "idle-demo"
primary_region = "fra"
# fly.toml app configuration file generated for idle-demo on 2024-01-29T20:58:49Z
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#

[env]
PORT = "8080"
app = 'idle-demo'
primary_region = 'arn'

[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 0
min_machines_running = 0

0 comments on commit 0834760

Please sign in to comment.