From 2d68691c3ba0e53ca030b770d42b2f2103f20028 Mon Sep 17 00:00:00 2001 From: "Fly.io" Date: Fri, 15 May 2026 00:34:53 +0000 Subject: [PATCH] New files from Fly.io Launch --- fly.toml | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/fly.toml b/fly.toml index bf0f674..84d49d0 100644 --- a/fly.toml +++ b/fly.toml @@ -1,22 +1,27 @@ -app = "ribbit-api" -primary_region = "sjc" +# fly.toml app configuration file generated for ribbit-api on 2026-05-15T00:34:48Z +# +# See https://fly.io/docs/reference/configuration/ for information about how to use this file. +# + +app = 'ribbit-api' +primary_region = 'sjc' [build] -[http_service] -internal_port = 8080 -force_https = true -auto_stop_machines = false -auto_start_machines = true -min_machines_running = 1 +[env] + API_KEY_DB_PATH = '/var/lib/ribbit/keys.db' [[mounts]] -source = "ribbit_api_data" -destination = "/var/lib/ribbit" + source = 'ribbit_api_data' + destination = '/var/lib/ribbit' -[env] -API_KEY_DB_PATH = "/var/lib/ribbit/keys.db" +[http_service] + internal_port = 8080 + force_https = true + auto_stop_machines = 'off' + auto_start_machines = true + min_machines_running = 1 [[vm]] -size = "shared-cpu-1x" -memory = "256mb" + size = 'shared-cpu-1x' + memory = '256mb'