9 lines
217 B
Plaintext
9 lines
217 B
Plaintext
# Translation Service Configuration
|
|
TRANSLATION_SERVICE=google # Options: google, deepl, libre
|
|
DEEPL_API_KEY=your_deepl_api_key_here
|
|
|
|
# API Configuration
|
|
MAX_FILE_SIZE_MB=50
|
|
UPLOAD_DIR=./uploads
|
|
OUTPUT_DIR=./outputs
|