mirror of
https://github.com/laurent22/joplin.git
synced 2026-05-07 20:02:45 +00:00
34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
# 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
|