Skip to content
This repository has been archived by the owner on Jan 25, 2025. It is now read-only.

Commit

Permalink
Changed port
Browse files Browse the repository at this point in the history
  • Loading branch information
tahirmurata committed Sep 17, 2024
1 parent ab2b147 commit 1149d7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ primary_region = 'nrt'
GO_VERSION = '1.23'

[env]
PORT = '8081'
PORT = '8080'

[http_service]
internal_port = 8081
internal_port = 8080
force_https = true
auto_stop_machines = 'stop'
auto_start_machines = true
min_machines_running = 0
processes = ['app']

[[vm]]
memory = '512MB'
memory = '512mb'
cpu_kind = 'shared'
cpus = 2

0 comments on commit 1149d7a

Please sign in to comment.