-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
29 lines (21 loc) · 846 Bytes
/
.env.example
File metadata and controls
29 lines (21 loc) · 846 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
25
26
27
28
29
# Veritabanı bağlantısı
DATABASE_URL=mysql+pymysql://username:password@localhost:3306/whisper_db
# Greenstalk (Beanstalk) ayarları
BEANSTALK_HOST=localhost
BEANSTALK_PORT=11300
# Webhook URL'i
WEBHOOK_URL=https://your-webhook-endpoint.com/webhook
# Log seviyesi
LOG_LEVEL=INFO
# Dosya boyutu limiti (byte)
MAX_FILE_SIZE=25000000
# Uygulama ayarları
ENVIRONMENT=development
# API Kimlik Doğrulama Tokenı (ÖNEMLİ: Üretimde güçlü bir token kullanın!)
API_SECRET_TOKEN=your-super-secret-token-here-12345
# Kayıt dosyalarının dizini
# Windows üzerinde yerel çalışırken: recordings (proje kök dizinine göreceli)
# Docker konteyneri içinde çalışırken: /app/recordings (docker-compose.yml'de ayarlanır)
RECORDINGS_DIR=recordings
# Whisper modeli (base, small, medium, large, large-v2, large-v3)
WHISPER_MODEL=medium