-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathenv
More file actions
17 lines (15 loc) · 692 Bytes
/
env
File metadata and controls
17 lines (15 loc) · 692 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
############################################
DATABASE_URI=teradata://username:password@host:1025/databasename
LOGMECH=TD2 #TD2 or LDAP
TD_POOL_SIZE=5
TD_MAX_OVERFLOW=10
TDPOOL_TIMEOUT=30
MCP_TRANSPORT=streamable-http #stdio, sse, streamable-http
MCP_HOST=0.0.0.0
MCP_PORT=8001
MCP_PATH=/mcp/
# ----- Enterprise Vector Store ----------
TD_BASE_URL=https://host/api/accounts/40c83ff23b2e #Your UES_URI, strip off the trailing /open-analytics
TD_PAT=gwxhQG2UZcDqQlp9LKWjEBfXB7 #Your PAT
TD_PEM=./demo_key.pem #Your PEM
VS_NAME=vs_example #Your target Vector Store Name