From 30d8983008c60c7fcbecd2faee8b5807db385a85 Mon Sep 17 00:00:00 2001 From: 1989ONCE Date: Tue, 8 Oct 2024 19:25:57 +0800 Subject: [PATCH] fix: supabase health check problem --- supabase/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supabase/config.toml b/supabase/config.toml index 25abeae..fa53ac3 100644 --- a/supabase/config.toml +++ b/supabase/config.toml @@ -218,7 +218,7 @@ policy = "oneshot" inspector_port = 8083 [analytics] -enabled = true +enabled = false port = 54327 # Configure one of the supported backends: `postgres`, `bigquery`. backend = "postgres"