16 lines
480 B
Text
Executable file
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
|