Initial commit with GitLab CI/CD pipeline

This commit is contained in:
Emmanuel
2026-01-06 22:17:37 +01:00
commit b5a5b973f7
12 changed files with 779 additions and 0 deletions

9
.env.example Normal file
View File

@@ -0,0 +1,9 @@
# 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