13 lines
233 B
Plaintext
13 lines
233 B
Plaintext
# OCR API Configuration
|
|
|
|
# API Authentication
|
|
API_KEY=your-secret-api-key-here
|
|
REQUIRE_API_KEY=true
|
|
|
|
# Performance Configuration
|
|
DEFAULT_MAX_WORKERS=4
|
|
|
|
# Optional: Override default settings
|
|
# LOG_LEVEL=INFO
|
|
# HOST=0.0.0.0
|
|
# PORT=8000 |