Compare commits

...

2 Commits

Author SHA1 Message Date
PoturaevPetr b8da32f44a Merge remote-tracking branch 'origin/dev' into dev 2026-01-26 18:55:04 +05:00
PoturaevPetr 688417990f fix bugs prod 2026-01-26 18:53:18 +05:00
+1 -1
View File
@@ -32,7 +32,7 @@ AUDIOFILES_PATH = os.path.join(os.getcwd(), os.getenv("FILESAPTH", "audiofiles")
# Calls_WEB_Client_main Webhook Configuration
CALLS_WEB_CLIENT_URL = os.getenv(
"CALLS_WEB_CLIENT_URL",
"http://192.168.1.73:5059"
"http://192.168.1.73:8642"
)
WEBHOOK_ENDPOINT = f"{CALLS_WEB_CLIENT_URL}/api/transcription/webhook"
WEBHOOK_API_KEY = os.getenv("WEBHOOK_API_KEY", "webhook_secret_key")