voice2text/.env.example
2025-11-03 15:23:55 +00:00

16 lines
480 B
Text
Executable file

# Development Mode (set to true to bypass authentication for local testing)
DEV_MODE=false
# Azure AD/MSAL Configuration
AZURE_CLIENT_ID=your_client_id_here
AZURE_AUTHORITY=https://login.microsoftonline.com/your_tenant_id_here
AZURE_REDIRECT_URI=https://yourdomain.com/voice2text/
# DeepL API Key
DEEPL_API_KEY=your_deepl_api_key_here
# Python API Configuration
PYTHON_API_URL=http://localhost:5010
# Session Configuration (in seconds, default: 8 hours)
SESSION_TIMEOUT=28800