Skip to content

Commit

Permalink
update name
Browse files Browse the repository at this point in the history
  • Loading branch information
dc0d committed Jul 8, 2024
1 parent e45ae16 commit bd0db50
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions fly.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
app = "young-dream-979"
primary_region = "arn"
kill_timeout = 60
# fly.toml app configuration file generated for annoying-billing-plan on 2024-07-08T20:25:18+02:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#

app = 'annoying-billing-plan'
primary_region = 'arn'
kill_timeout = '1m0s'

[build]
dockerfile = "Dockerfile"
dockerfile = 'Dockerfile'

[build.args]
GF_GOMEMLIMIT = '150MiB'
GO_VERSION = '1.22'
TARGET_ARCH = 'amd64'
TARGET_OS = 'linux'

[build.args]
TARGET_OS = 'linux'
TARGET_ARCH = 'amd64'
GF_GOMEMLIMIT = '150MiB'
GO_VERSION = '1.22'
[[vm]]
size = 'shared-cpu-1x'

0 comments on commit bd0db50

Please sign in to comment.