# Joplin Transcribe Configuration
#
# Copy this file to .env-transcribe and update the values.

# =============================================================================
# Required
# =============================================================================

# Set a secure API key for authentication
API_KEY=changeme

# =============================================================================
# Optional (defaults are set in the Docker image)
# =============================================================================

# Server port (default: 4567)
# SERVER_PORT=4567

# Maximum image dimension for processing (default: 400)
# IMAGE_MAX_DIMENSION=400

# Queue driver: sqlite (default) or pg
# QUEUE_DRIVER=sqlite

# =============================================================================
# PostgreSQL settings (only if QUEUE_DRIVER=pg)
# =============================================================================

# QUEUE_DATABASE_NAME=transcribe
# QUEUE_DATABASE_USER=transcribe
# QUEUE_DATABASE_PASSWORD=transcribe
# QUEUE_DATABASE_PORT=5432
# QUEUE_DATABASE_HOST=localhost
