mirror of
https://github.com/langchain-ai/fullstack-chat-client.git
synced 2026-06-30 22:07:58 -04:00
update env.example
This commit is contained in:
@@ -1,9 +1,17 @@
|
||||
# LangGraph Configuration
|
||||
NEXT_PUBLIC_API_URL=http://localhost:2024
|
||||
NEXT_PUBLIC_ASSISTANT_ID=agent
|
||||
|
||||
#fullstack-chat-client
|
||||
NEXT_PUBLIC_BASE_URL=http://localhost:3000
|
||||
|
||||
# Do NOT prefix this with "NEXT_PUBLIC_" as we do not want this exposed in the client.
|
||||
LANGSMITH_API_KEY=
|
||||
|
||||
# Disable showing Google Auth in the UI
|
||||
NEXT_PUBLIC_GOOGLE_AUTH_DISABLED="true"
|
||||
|
||||
|
||||
# Production LangGraph Configuration (quickstart) - Uncomment to use
|
||||
# NEXT_PUBLIC_ASSISTANT_ID="agent"
|
||||
# This should be the deployment URL of your LangGraph server
|
||||
@@ -11,3 +19,16 @@ LANGSMITH_API_KEY=
|
||||
# This should be the URL of your website + "/api". This is how you connect to the API proxy
|
||||
# NEXT_PUBLIC_API_URL="https://my-website.com/api"
|
||||
# LANGSMITH_API_KEY="lsv2_..."
|
||||
|
||||
|
||||
# Supabase Authentication - Need all 3, anon key for client side, service role for api routes
|
||||
NEXT_PUBLIC_SUPABASE_ANON_KEY=
|
||||
NEXT_PUBLIC_SUPABASE_URL=
|
||||
SUPABASE_SERVICE_ROLE_KEY=
|
||||
|
||||
## Stripe API
|
||||
STRIPE_SECRET_KEY=
|
||||
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=
|
||||
# Local Stripe CLI testing
|
||||
STRIPE_WEBHOOK_SECRET=
|
||||
|
||||
|
||||
Reference in New Issue
Block a user