From 87440e67b8ebe7145e2abfb1bedc2bc30308003b Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Wed, 20 May 2026 21:35:19 -0400 Subject: [PATCH] wrong var --- templates/garage/garage.toml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/garage/garage.toml.j2 b/templates/garage/garage.toml.j2 index c050f0f..6adce1b 100644 --- a/templates/garage/garage.toml.j2 +++ b/templates/garage/garage.toml.j2 @@ -20,4 +20,4 @@ index = "index.html" [admin] api_bind_addr = "[::]:3903" -admin_token = "{{ GARAGE_ADMIN_SECRET }}" \ No newline at end of file +admin_token = "{{ GARAGE_ADMIN_TOKEN }}" \ No newline at end of file