-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
22 lines (18 loc) · 941 Bytes
/
.env.example
File metadata and controls
22 lines (18 loc) · 941 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# ============================================
# BedRex Configuration
# ============================================
# --- AWS Configuration (required for live mode) ---
# AWS_ACCOUNT_ID=123456789012 # Your 12-digit AWS account ID
# AWS_REGION=us-east-1 # AWS region for Bedrock API calls
# --- AWS Credentials (alternative to ~/.aws mount) ---
# AWS_ACCESS_KEY_ID=
# AWS_SECRET_ACCESS_KEY=
# AWS_SESSION_TOKEN=
# --- Application ---
# USE_MOCK_DATA=false # Set "true" for demo mode without AWS credentials
# PORT=3000 # Port for the web UI (docker-compose)
# NODE_ENV=production # development | production
# LOG_LEVEL=info # trace | debug | info | warn | error
# --- Advanced ---
# CORS_ORIGIN=http://localhost:3000 # Comma-separated allowed origins
# CACHE_ENABLED=true # Disable to bypass in-memory cache