23 lines
513 B
Plaintext
23 lines
513 B
Plaintext
# Database Configuration
|
|
# Copy this file to .env and fill in your actual values
|
|
|
|
# PostgreSQL Database
|
|
DB_HOST=192.168.68.31
|
|
DB_PORT=5432
|
|
DB_NAME=docmaster
|
|
DB_USER=docmaster
|
|
DB_PASSWORD=your_password_here
|
|
|
|
# Model Configuration (optional)
|
|
# MODEL_PATH=runs/train/invoice_fields/weights/best.pt
|
|
# CONFIDENCE_THRESHOLD=0.5
|
|
|
|
# Server Configuration (optional)
|
|
# SERVER_HOST=0.0.0.0
|
|
# SERVER_PORT=8000
|
|
|
|
# Auto-labeling Configuration (optional)
|
|
# AUTOLABEL_WORKERS=2
|
|
# AUTOLABEL_DPI=150
|
|
# AUTOLABEL_MIN_CONFIDENCE=0.5
|