summaryrefslogtreecommitdiff
path: root/proxy/fly.toml
diff options
context:
space:
mode:
authora73x <[email protected]>2024-08-27 19:43:56 +0100
committera73x <[email protected]>2024-08-27 20:23:18 +0100
commitd38fc83df3824b840f0b3930e4cb7236bdab84b2 (patch)
tree586a7f940291f933ef2a7e05b20dff21ded6d78a /proxy/fly.toml
parentcffb105a9ff8ed5d7aa04e5f4097368f6be38b8e (diff)
feat(content): support templating in content
this is tired person code don't write tired person code
Diffstat (limited to 'proxy/fly.toml')
-rw-r--r--proxy/fly.toml22
1 files changed, 0 insertions, 22 deletions
diff --git a/proxy/fly.toml b/proxy/fly.toml
deleted file mode 100644
index 97bf7b5..0000000
--- a/proxy/fly.toml
+++ /dev/null
@@ -1,22 +0,0 @@
-# fly.toml app configuration file generated for home-divine-bush-1861 on 2024-08-11T17:34:11+01:00
-#
-# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
-#
-
-app = 'home-divine-bush-1861'
-primary_region = 'lhr'
-
-[build]
-
-[http_service]
- internal_port = 8080
- force_https = true
- auto_stop_machines = 'stop'
- auto_start_machines = true
- min_machines_running = 0
- processes = ['app']
-
-[[vm]]
- memory = '1gb'
- cpu_kind = 'shared'
- cpus = 1