add autoLoader

This commit is contained in:
PoturaevPetr
2025-12-25 21:46:19 +05:00
parent d4db29f710
commit 8b471c771a
12 changed files with 244 additions and 1 deletions
+8 -1
View File
@@ -1,7 +1,7 @@
# Database
# DATABASE_URL=sqlite:///./speech_analytics.db
# Для PostgreSQL:
DATABASE_URL=postgresql://postgres_test:test_user@postgres_test:5432/speech_analytics
DATABASE_URL=postgresql://postgres_test:test_user@postgres_test:5432/audiofiles_db
# API Settings
API_V1_PREFIX=/api/v1
@@ -15,3 +15,10 @@ APP_VERSION=1.0.0
HOST=0.0.0.0
PORT=5056
RELOAD=True
#SFTP
SFPT_HOSTNAME = 192.168.1.150
SFPT_USERNAME = monitor
SFPT_PASSWORD = Audio4analy6!6
FILESAPTH = audiofiles