-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
36 lines (28 loc) · 824 Bytes
/
env.example
File metadata and controls
36 lines (28 loc) · 824 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# AWS Configuration
AWS_REGION=us-east-1
AWS_ACCESS_KEY_ID=your-access-key-id
AWS_SECRET_ACCESS_KEY=your-secret-access-key
# S3 Configuration
S3_BUCKET_NAME=your-bucket-name
# Cognito Configuration
COGNITO_USER_POOL_ID=your-user-pool-id
COGNITO_CLIENT_ID=your-client-id
# Server Configuration
PORT=3000
NODE_ENV=development
# Frontend Configuration (for React)
REACT_APP_AWS_REGION=us-east-1
REACT_APP_COGNITO_USER_POOL_ID=your-user-pool-id
REACT_APP_COGNITO_CLIENT_ID=your-client-id
REACT_APP_API_URL=http://localhost:3001
# Bedrock Configuration
BEDROCK_MODEL_ID=anthropic.claude-v2
BEDROCK_MAX_TOKENS=500
BEDROCK_TEMPERATURE=0.7
# Security
JWT_SECRET=your-jwt-secret-key
COOKIE_SECRET=your-cookie-secret-key
# Optional: Logging Configuration
LOG_LEVEL=info
ENABLE_REQUEST_LOGGING=true
BEDROCK_KNOWLEDGE_BASE_ID=