From d81a518e2df2f40830694c98d59fb67207a68b77 Mon Sep 17 00:00:00 2001 From: Adriana Zencke Zimmermann Date: Sat, 13 Jun 2026 11:46:06 +0200 Subject: [PATCH] chore: Auto Stop Dev App --- fly-dev.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly-dev.toml b/fly-dev.toml index 8e59da97..500cb3a3 100644 --- a/fly-dev.toml +++ b/fly-dev.toml @@ -16,7 +16,7 @@ SPRING_PROFILES_ACTIVE = "flyio" [http_service] internal_port = 8080 force_https = true -auto_stop_machines = 'off' +auto_stop_machines = 'on' auto_start_machines = true min_machines_running = 0 processes = ['app']