From 8477b25c5af4c32ee64151a38387afe53e880dd0 Mon Sep 17 00:00:00 2001 From: Aarushi <50577581+aarushik93@users.noreply.github.com> Date: Wed, 18 Sep 2024 15:45:09 +0100 Subject: [PATCH] tweak(builder) Add local supabse credentials (#8089) add local supabse credentials --- rnd/autogpt_builder/.env.example | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/rnd/autogpt_builder/.env.example b/rnd/autogpt_builder/.env.example index 02aa5389e..e0decc2d8 100644 --- a/rnd/autogpt_builder/.env.example +++ b/rnd/autogpt_builder/.env.example @@ -3,10 +3,9 @@ NEXT_PUBLIC_AGPT_WS_SERVER_URL=ws://localhost:8001/ws NEXT_PUBLIC_AGPT_MARKETPLACE_URL=http://localhost:8005/api/v1/market ## Supabase credentials -## YOU ONLY NEED THEM IF YOU WANT TO USE SUPABASE USER AUTHENTICATION -## If you're using self-hosted version then you most likely don't need to set this -# NEXT_PUBLIC_SUPABASE_URL=your-project-url -# NEXT_PUBLIC_SUPABASE_ANON_KEY=your-anon-key + +NEXT_PUBLIC_SUPABASE_URL=http://localhost:8000 +NEXT_PUBLIC_SUPABASE_ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyAgCiAgICAicm9sZSI6ICJhbm9uIiwKICAgICJpc3MiOiAic3VwYWJhc2UtZGVtbyIsCiAgICAiaWF0IjogMTY0MTc2OTIwMCwKICAgICJleHAiOiAxNzk5NTM1NjAwCn0.dc_X5iR_VP_qT0zsiyj_I_OZ2T9FtRU2BBNWN8Bu4GE ## OAuth Callback URL ## This should be {domain}/auth/callback