forked from laurent22/joplin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env-transcribe-sample
More file actions
33 lines (25 loc) · 1.08 KB
/
.env-transcribe-sample
File metadata and controls
33 lines (25 loc) · 1.08 KB
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
32
33
# 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