diff --git a/fly.toml b/fly.toml index 3d7987b..38cf327 100644 --- a/fly.toml +++ b/fly.toml @@ -1,10 +1,10 @@ -# fly.toml app configuration file generated for anonchat-aged-dream-6548 on 2025-04-01T20:20:08+02:00 +# fly.toml app configuration file generated for anonsubmit on 2025-04-03T18:42:03+02:00 # # See https://fly.io/docs/reference/configuration/ for information about how to use this file. # -app = 'anonchat-aged-dream-6548' -primary_region = 'ams' +app = 'anonsubmit' +primary_region = 'arn' [build] @@ -19,15 +19,12 @@ primary_region = 'ams' min_machines_running = 1 processes = ['app'] -[[http_service.checks]] - grace_period = "10s" - interval = "30s" - method = "GET" - timeout = "5s" - path = "/" + [[http_service.checks]] + interval = '30s' + timeout = '5s' + grace_period = '10s' + method = 'GET' + path = '/' [[vm]] size = 'shared-cpu-1x' - memory = '256mb' - cpu_kind = 'shared' - cpus = 1