-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env-sample
More file actions
21 lines (15 loc) · 1.06 KB
/
.env-sample
File metadata and controls
21 lines (15 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Frontend - API Gateway HTTP endpoint (from CDK output: HttpApiUrl)
VITE_AWS_API_GATEWAY_HTTP_URL=https://your-api-gateway-url.execute-api.us-east-1.amazonaws.com/
# Frontend - API Gateway WebSocket endpoint (from CDK output: WebSocketUrl)
VITE_AWS_API_GATEWAY_WEBSOCKET_URL=wss://your-api-gateway-url.execute-api.us-east-1.amazonaws.com/prod
# Frontend - WalletConnect/Reown project ID (https://cloud.reown.com)
VITE_PAYER_WALLETCONNECT_PROJECT_ID=your_wallconnect_project_id_here
# Seller wallet address to receive USDC payments (Base Sepolia)
SELLER_WALLET_ADDRESS=your_seller_wallet_address_here
# API Gateway HTTP URL for x402 resource field (same as VITE_AWS_API_GATEWAY_HTTP_URL without trailing slash)
API_GATEWAY_HTTP_URL=https://your-api-gateway-url.execute-api.us-east-1.amazonaws.com
# AgentCore Runtime ARN (from agentic-content-monetization-agent repo deployment)
AGENT_RUNTIME_ARN=your_agentcore_runtime_arn
# Coinbase Developer Platform credentials (optional, for mainnet, code edits required)
CDP_API_KEY_NAME=your_api_key_id
CDP_API_KEY_SECRET=your_api_key_secret