-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.env
More file actions
21 lines (17 loc) · 1.02 KB
/
Copy pathexample.env
File metadata and controls
21 lines (17 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PYTHONDONTWRITEBYTECODE=1
PYTHONUNBUFFERED=1
# ── BEA API ───────────────────────────────────────────────────────────────────
BEA_API_KEY=your_api_key
# ── AWS credentials ───────────────────────────────────────────────────────────
# For local development inside the devcontainer, LocalStack is already
# configured automatically (AWS_ENDPOINT_URL=http://localstack:4566).
# Override these only if targeting real AWS.
AWS_ACCESS_KEY_ID=your_aws_access_key
AWS_SECRET_ACCESS_KEY=your_aws_secret_key
AWS_DEFAULT_REGION=us-east-1
# Uncomment to override the LocalStack endpoint set in .devcontainer/docker-compose.yml
# and point boto3 at real AWS instead:
# AWS_ENDPOINT_URL=
#AWS_CONFIG_FILE=/app/.aws/config
#AWS_MAX_ATTEMPTS=10
#AWS_SHARED_CREDENTIALS_FILE=/app/.aws/credentials