-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
35 lines (31 loc) · 1.03 KB
/
Copy path.env.example
File metadata and controls
35 lines (31 loc) · 1.03 KB
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
32
33
34
35
# Partuno deployment mode. Local is the default and keeps credentials on the
# user's machine; remote_single_user enables the optional single-user MCP host.
PARTUNO_MODE=local
# DigiKey remains the MCP OAuth identity provider in remote_single_user mode.
DIGIKEY_CLIENT_ID=
DIGIKEY_CLIENT_SECRET=
# Optional local-mode bearer token. Keep it in the environment; never commit it.
DIGIKEY_ACCESS_TOKEN=
DIGIKEY_API_BASE=https://api.digikey.com
DIGIKEY_SITE=US
DIGIKEY_LANGUAGE=en
DIGIKEY_CURRENCY=USD
# Mouser issues separate Search and Account API keys. Never pass them in tool
# input or commit real values.
MOUSER_SEARCH_API_KEY=
MOUSER_ACCOUNT_API_KEY=
MOUSER_API_BASE=https://api.mouser.com
MOUSER_MINUTE_LIMIT=30
MOUSER_DAILY_LIMIT=1000
MCP_BASE_URL=https://your-service.example
MCP_JWT_SIGNING_KEY=
CART_PREVIEW_TTL_SECONDS=600
REQUEST_TIMEOUT_SECONDS=30
SAFE_RETRY_ATTEMPTS=4
RETRY_BACKOFF_SECONDS=0.75
MAX_RETRY_AFTER_SECONDS=8
WORKFLOW_CONCURRENCY=6
MAX_BULK_ITEMS=30
SEARCH_FALLBACK_MAX_PAGES=5
REFERENCE_CACHE_SECONDS=600
PCN_CACHE_SECONDS=120