fix settings

This commit is contained in:
PoturaevPetr
2025-12-30 02:43:34 +05:00
parent ac8e881ee3
commit c1a9ef27f1
5 changed files with 15 additions and 7 deletions
+3
View File
@@ -11,3 +11,6 @@ DATABASE_URL = os.getenv("DATABASE_URL", "sqlite:///./speech_analytics.db")
# GigaAM API
GIGAAM_API_URL = os.getenv("GIGAAM_API_URL", "http://localhost:5001")
#App Setting
PORT = 5008