-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
23 lines (23 loc) · 809 Bytes
/
.env.example
File metadata and controls
23 lines (23 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
AGENT_NAME=mumma1
AGENT_LISTEN_PORT=7312
CLAUDE_API_KEY=sk-ant-...
CLAUDE_MODEL=claude-sonnet-4-20250514
# Primary OBP instance (e.g. local self-hosted OBP-API)
OBP_API_BASE_URL_A=http://127.0.0.1:8080
OBP_USERNAME_A=
OBP_PASSWORD_A=
OBP_CONSUMER_KEY_A=
# Secondary OBP instance (e.g. apisandbox.openbankproject.com)
# Loaded from env but not yet wired into runtime — federation work in progress.
OBP_API_BASE_URL_B=https://apisandbox.openbankproject.com
OBP_USERNAME_B=
OBP_PASSWORD_B=
OBP_CONSUMER_KEY_B=
OBP_API_VERSION=v6.0.0
OBP_BANK_ID=gh.29.uk
# URL of your running OBP MCP server
OBP_MCP_SERVER_URL=http://0.0.0.0:9100/mcp
# Comma-separated OBP user IDs allowed to instruct this agent via task-requests.
# If empty, all task requests are rejected.
INSTRUCTOR_USER_IDS=
RUST_LOG=agent_discovery=info