mirror of
https://github.com/awslabs/amazon-bedrock-agentcore-samples.git
synced 2025-09-08 20:50:46 +00:00
9 lines
319 B
Plaintext
9 lines
319 B
Plaintext
|
# AWS configuration
|
||
|
AWS_REGION=us-west-2
|
||
|
|
||
|
# Agent runtime configuration
|
||
|
MCP_SERVER_URL=https://your-gateway-id.gateway.bedrock-agentcore.us-west-2.amazonaws.com
|
||
|
COGNITO_DOMAIN=your-cognito-domain.auth.us-west-2.amazoncognito.com
|
||
|
COGNITO_CLIENT_ID=your-cognito-client-id
|
||
|
COGNITO_CLIENT_SECRET=your-cognito-client-secret
|