feat: Add .env.example files to web templates

This commit is contained in:
bracesproul
2025-04-10 13:56:44 -07:00
parent 4d41fb76d9
commit 4b3562d75c
2 changed files with 16 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# LangGraph Configuration
NEXT_PUBLIC_API_URL=http://localhost:2024
NEXT_PUBLIC_ASSISTANT_ID=agent
# Do NOT prefix this with "NEXT_PUBLIC_" as we do not want this exposed in the client.
LANGSMITH_API_KEY=
# Production LangGraph Configuration (quickstart) - Uncomment to use
# NEXT_PUBLIC_ASSISTANT_ID="agent"
# This should be the deployment URL of your LangGraph server
# LANGGRAPH_API_URL="https://my-agent.default.us.langgraph.app"
# 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_..."
+3
View File
@@ -0,0 +1,3 @@
# LangGraph Configuration
VITE_API_URL=http://localhost:2024
VITE_ASSISTANT_ID=agent