API для работы с файлами, индексация файлов и результатов распощнавания

This commit is contained in:
poturaevpetr
2025-12-24 16:05:14 +05:00
parent 4f23dc8664
commit c39b348472
31 changed files with 1739 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# Database
# DATABASE_URL=sqlite:///./speech_analytics.db
# Для PostgreSQL:
# DATABASE_URL=postgresql://user:password@localhost/speech_analytics
# API Settings
# API_V1_PREFIX=/api/v1
# MAX_UPLOAD_SIZE=104857600 # 100MB in bytes
# Application
# APP_TITLE=Speech Analytics API
# APP_VERSION=1.0.0
# Server
# HOST=0.0.0.0
# PORT=8000
# RELOAD=True