10 lines
270 B
Plaintext
10 lines
270 B
Plaintext
# DeepL API Configuration
|
|
DEEPL_AUTH_KEY=your-deepl-api-key-here
|
|
|
|
# Bearer Token for API Authentication
|
|
# Generate a secure random token (e.g., using: openssl rand -hex 32)
|
|
BEARER_TOKEN=your-secure-bearer-token-here
|
|
|
|
# Server Port (optional, defaults to 8000)
|
|
PORT=8000
|