fix settings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user