-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
51 lines (41 loc) · 784 Bytes
/
.env.example
File metadata and controls
51 lines (41 loc) · 784 Bytes
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Application Settings
APP_NAME=
APP_ENV=
DEBUG=
# API Settings
API_HOST=
API_PORT=
API_PREFIX=
# Redis Configuration
REDIS_URL=
# Celery Configuration
CELERY_BROKER_URL=
CELERY_RESULT_BACKEND=
# Storage Settings
UPLOAD_DIR=
OUTPUT_DIR=
MAX_FILE_SIZE=
# Webhook Settings
DEFAULT_WEBHOOK_URL=
WEBHOOK_TIMEOUT=
WEBHOOK_MAX_RETRIES=
# Security Settings
SECRET_KEY=
ALLOWED_ORIGINS=
# Image Processing
IMAGE_COMPRESSION_QUALITY=
IMAGE_MAX_WIDTH=
IMAGE_MAX_HEIGHT=
# OCR Settings
# Mistral AI API key for OCR (required for Mistral OCR provider)
MISTRAL_API_KEY=
MISTRAL_API_URL=
MISTRAL_MODEL=
# PaddleOCR Settings
PADDLE_OCR_USE_GPU=
PADDLE_OCR_LANG=
PADDLE_MODELS_DIR=
# PaddlePaddle Environment (suppress warnings)
FLAGS_use_mkldnn=
FLAGS_enable_eager_mode=
PADDLE_LOG_LEVEL=