-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.env.example
More file actions
33 lines (26 loc) · 1.01 KB
/
.env.example
File metadata and controls
33 lines (26 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Gemini API
GEMINI_API_KEY=your_gemini_api_key_here
GEMINI_MODEL=gemini-2.5-pro-latest
# OpenWebUI (если используется)
OPENWEBUI_URL=http://localhost:8080
OPENWEBUI_API_KEY=your_openwebui_key
# Twilio (для телефонии)
TWILIO_ACCOUNT_SID=your_twilio_account_sid
TWILIO_AUTH_TOKEN=your_twilio_auth_token
TWILIO_PHONE_NUMBER=+1234567890
# Deployment mode: "full" (all features), "cloud" (no GPU/hardware), "local" (explicit full)
DEPLOYMENT_MODE=full
# Server settings
TTS_SERVER_PORT=5002
ORCHESTRATOR_PORT=8000
# Voice settings
VOICE_SAMPLES_DIR=./Марина
VOICE_MODEL_PATH=./models/voice_marina
# FCM push notifications for mobile app (optional)
FCM_PROJECT_ID=ai-sekretar24-872f2
FCM_SERVICE_ACCOUNT_FILE=/opt/ai-secretary/firebase-service-account.json
# Mobile app latest version (exposed via GET /admin/mobile/version)
MOBILE_LATEST_VERSION_NAME=1.6
MOBILE_LATEST_VERSION_CODE=9
MOBILE_LATEST_APK_URL=https://github.com/ShaerWare/AI_Secretary_System/releases/latest
MOBILE_LATEST_RELEASE_NOTES=