chore: remove unused fly.toml
Kim committed
Mar 25, 2026 at 16:47 UTC
828b690c58fa900f919c8f1d0b1c05d48a111f9d
1 file changed
-23
fly.toml
deleted
-23
@@ -1,23 +0,0 @@
1
-# fly.toml app configuration file generated for gosuda-portal on 2025-12-30T09:35:13Z
2
-#
3
-# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
4
-#
5
-
6
-app = 'gosuda-portal'
7
-primary_region = 'nrt'
8
-
9
-[build]
10
-
11
-[http_service]
12
- internal_port = 4017
13
- force_https = true
14
- auto_stop_machines = 'stop'
15
- auto_start_machines = true
16
- min_machines_running = 0
17
- processes = ['app']
18
-
19
-[[vm]]
20
- memory = '256mb'
21
- cpu_kind = 'shared'
22
- cpus = 1
23
- memory_mb = 256