From d38fc83df3824b840f0b3930e4cb7236bdab84b2 Mon Sep 17 00:00:00 2001 From: a73x Date: Tue, 27 Aug 2024 19:43:56 +0100 Subject: feat(content): support templating in content this is tired person code don't write tired person code --- proxy/fly.toml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 proxy/fly.toml (limited to 'proxy/fly.toml') 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 -- cgit v1.2.3