-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
31 lines (23 loc) · 1002 Bytes
/
.env
File metadata and controls
31 lines (23 loc) · 1002 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# AGS SPARQL Agent MCP Server Environment Configuration
# Copy this file to .env and fill in your actual values
# AGS Server Connection
ANZO_SERVER=
ANZO_PORT=443
ANZO_USERNAME=
ANZO_PASSWORD=
# Choose one of the available graphmarts:
# COLD BREW - Coffee supply chain data
# GRAPHMART_URI=http://cambridgesemantics.com/Graphmart/c9dd304f0aeb4e8381ffec5426c86f32
# MFG Analysis - Manufacturing data
# GRAPHMART_URI=http://cambridgesemantics.com/Graphmart/3ab72201677c4a88b6b1523dd61069ec
# Fraud Detection - Financial fraud data
# GRAPHMART_URI=http://cambridgesemantics.com/Graphmart/a8a898e5ba4246eaa5fdc92a6dbae07d
# Credit Reporting - Credit reporting data
# GRAPHMART_URI=http://cambridgesemantics.com/Graphmart/09cd68a5183e4f63873233af568de7bc
# Auto - Automotive data
# GRAPHMART_URI=http://cambridgesemantics.com/Graphmart/1612ee716b7b44f6ab1d7ed52b80ea6a
# Uncomment and use one of the above graphmarts:
GRAPHMART_URI=
# Debug settings
ENABLE_AGENT_DEBUG=true
ENABLE_LOGGING_DEBUG=true