-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
31 lines (25 loc) · 894 Bytes
/
.env.example
File metadata and controls
31 lines (25 loc) · 894 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
# Ollama Configuration
OLLAMA_HOST=http://ollama:11434
OLLAMA_MODEL=llama3.2-vision
OLLAMA_TIMEOUT_SECONDS=60
# App Configuration
LOG_LEVEL=INFO
MAX_FILE_SIZE_MB=10
MAX_BATCH_SIZE=50
# CORS Configuration
CORS_ORIGINS=["*"]
# Domain Configuration
# Set the primary domain name for the application (e.g., ttb-verifier.example.com)
# This is used by HostCheckMiddleware to restrict access to authorized domains
# Leave empty for local development (allows localhost, 127.0.0.1)
DOMAIN_NAME=
# Additional allowed hosts (JSON array) - for testing/development
# ALLOWED_HOSTS=["localhost", "127.0.0.1", "testserver", "example.com"]
# AWS Configuration
# AWS region for accessing Secrets Manager and other AWS services
AWS_REGION=us-east-1
# Future: S3 Configuration for Golden Samples (optimization)
# S3_BUCKET=my-ttb-samples
# S3_REGION=us-east-1
# AWS_ACCESS_KEY_ID=
# AWS_SECRET_ACCESS_KEY=