Initial commit: Document Translation API with Excel, Word, PowerPoint support
This commit is contained in:
8
.env.example
Normal file
8
.env.example
Normal file
@@ -0,0 +1,8 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user