Notes on env.example

This commit is contained in:
dal 2025-01-07 15:13:37 -07:00
parent 6b69339c79
commit 11b4b929c0
1 changed files with 8 additions and 0 deletions

View File

@ -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.