From 07be4a4141f0f4e83f86816e9248f72d2bcc994b Mon Sep 17 00:00:00 2001 From: cp-20 <47262658+mario-hsp@users.noreply.github.com> Date: Wed, 27 Dec 2023 00:02:35 +0900 Subject: [PATCH] update supabase config --- apps/supabase/supabase/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/supabase/supabase/config.toml b/apps/supabase/supabase/config.toml index 9dd3223..1ae5303 100644 --- a/apps/supabase/supabase/config.toml +++ b/apps/supabase/supabase/config.toml @@ -46,7 +46,7 @@ enabled = true # Port to use for Supabase Studio. port = 54323 # External URL of the API server that frontend connects to. -api_url = "http://localhost" +api_url = "env(NEXT_PUBLIC_SUPABASE_URL)" # Email testing server. Emails sent with the local dev setup are not actually sent - rather, they # are monitored, and you can view the emails that would have been sent from the web interface.