From 727404cff340605e093c5bd48498712da534de6a Mon Sep 17 00:00:00 2001 From: Sutina Wipawiwat Date: Mon, 9 Feb 2026 11:18:50 +1100 Subject: [PATCH] chore: set CACHEW_URL for local development --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index b74d072..2fe4ea7 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -cachewd **/*.go !**/*_test.go debounce=2s ready=http:8080/_readiness=200: CACHEW_LOG_LEVEL=debug cachewd +cachewd **/*.go !**/*_test.go debounce=2s ready=http:8080/_readiness=200: CACHEW_URL=http://localhost:8080 CACHEW_LOG_LEVEL=debug cachewd