From a22a5def4dee3d8d6adead13d64486231b4a6216 Mon Sep 17 00:00:00 2001 From: javayhu Date: Sun, 15 Jun 2025 17:44:17 +0800 Subject: [PATCH] chore: update hyperdrive localConnectionString --- wrangler.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrangler.jsonc b/wrangler.jsonc index 5a6d6d0..8caad46 100644 --- a/wrangler.jsonc +++ b/wrangler.jsonc @@ -57,7 +57,7 @@ { "binding": "HYPERDRIVE", "id": "8ba4508b28cf42f987f3533c1f09433c", - "localConnectionString": "postgresql://postgres:postgres@localhost:5432/mksaas-template" + "localConnectionString": "postgresql://postgres:postgres@localhost:5432/postgres" } ],