-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (18 loc) · 839 Bytes
/
.env.example
File metadata and controls
24 lines (18 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Sonotheia API Configuration
# Copy this file to .env and fill in your actual values
# Required: Your Sonotheia API key (get from https://api.sonotheia.com)
SONOTHEIA_API_KEY=your_api_key_here
# Optional: Base API URL (defaults to public cloud endpoint)
# This is the canonical API host for Sonotheia.ai
SONOTHEIA_API_URL=https://api.sonotheia.com
# Optional: Override individual endpoint paths if your deployment uses custom routes
# SONOTHEIA_DEEPFAKE_PATH=/v1/voice/deepfake
# SONOTHEIA_MFA_PATH=/v1/mfa/voice/verify
# SONOTHEIA_SAR_PATH=/v1/reports/sar
# Optional: Webhook configuration (for Node.js webhook server example)
# SONOTHEIA_WEBHOOK_SECRET=your_webhook_secret_here
# Optional: For MFA examples
# SONOTHEIA_ENROLLMENT_ID=enroll-123
# Optional: Node.js batch processor settings
# CONCURRENT_REQUESTS=5
# LOG_LEVEL=info