mirror of
https://github.com/awslabs/amazon-bedrock-agentcore-samples.git
synced 2025-09-08 20:50:46 +00:00
18 lines
518 B
Plaintext
18 lines
518 B
Plaintext
# SRE Agent Environment Variables
|
|
# Copy this file to .env and fill in your actual values
|
|
|
|
# Anthropic API Key for Claude models
|
|
ANTHROPIC_API_KEY=your_anthropic_api_key_here
|
|
|
|
# Gateway Access Token (copy from gateway/.access_token)
|
|
# This token is used to authenticate with the SRE Gateway
|
|
GATEWAY_ACCESS_TOKEN=your_gateway_access_token_here
|
|
|
|
|
|
# Optional: AWS credentials if using AWS Bedrock
|
|
# AWS_PROFILE=your_aws_profile_name
|
|
# AWS_DEFAULT_REGION=us-east-1
|
|
|
|
# Optional: Debug settings
|
|
# DEBUG=true
|
|
# LOG_LEVEL=INFO |