From 11b4b929c0fdb395cc1ad1618f96f2ad6d6f33f6 Mon Sep 17 00:00:00 2001 From: dal Date: Tue, 7 Jan 2025 15:13:37 -0700 Subject: [PATCH] Notes on env.example --- .env.example | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.env.example b/.env.example index 683a22c79..b1c0f9865 100644 --- a/.env.example +++ b/.env.example @@ -1,7 +1,11 @@ +# Warehouse ENV Variables + AWS_ACCESS_KEY_ID=AKIA.... AWS_SECRET_ACCESS_KEY=... AWS_REGION=us-east-1 CATALOG_WAREHOUSE=s3://your-warehouse-bucket/ + +# Buster API ENV Variables ENVIRONMENT="development" DATABASE_URL="postgresql://postgres:postgres@127.0.0.1:54322/postgres" POOLER_URL="postgresql://postgres:postgres@127.0.0.1:54322/postgres" @@ -19,7 +23,11 @@ BUSTER_WH_TOKEN="buster-wh-token" EMBEDDING_PROVIDER="ollama" EMBEDDING_MODEL="mxbai-embed-large" COHERE_API_KEY="..." + +# Buster Web ENV Variables NEXT_PUBLIC_API_URL="http://127.0.0.1:3001" NEXT_PUBLIC_URL="http://localhost:3000" NEXT_PUBLIC_SUPABASE_URL="http://127.0.0.1:54321" NEXT_PUBLIC_SUPABASE_ANON_KEY="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZS1kZW1vIiwicm9sZSI6ImFub24iLCJleHAiOjE5ODM4MTI5OTZ9.CRXP1A7WOeoJeXxjNni43kdQwgnWNReilDMblYTn_I0" + +# DB ENV variables are managed in the ./supabase folder. Please copy .env.example file to .env and fill in the values. \ No newline at end of file