mirror of
https://github.com/langchain-ai/langgraphjs.git
synced 2026-07-23 01:26:57 -04:00
42ced3a11d
Co-authored-by: Tat Dat Duong <david@duong.cz>
12 lines
444 B
Bash
12 lines
444 B
Bash
# ------------------LangSmith tracing------------------
|
|
LANGCHAIN_TRACING_V2=true
|
|
LANGCHAIN_ENDPOINT="https://api.smith.langchain.com"
|
|
LANGCHAIN_API_KEY=
|
|
LANGCHAIN_PROJECT=
|
|
# -----------------------------------------------------
|
|
|
|
# PostgreSQL connection string for the store
|
|
POSTGRES_URL=postgresql://user:password@localhost:5432/database
|
|
|
|
# Test database connection string
|
|
TEST_POSTGRES_URL=postgresql://postgres:postgres@localhost:5434/testdb |