Compare commits

..

No commits in common. 'b8da32f44a5e33edc6814d7021edcb3aa30cb19c' and 'e31440f91e08702f894550432c011d689d0b13e3' have entirely different histories.

  1. 2
      apiApp/config.py

2
apiApp/config.py

@ -32,7 +32,7 @@ AUDIOFILES_PATH = os.path.join(os.getcwd(), os.getenv("FILESAPTH", "audiofiles")
# Calls_WEB_Client_main Webhook Configuration # Calls_WEB_Client_main Webhook Configuration
CALLS_WEB_CLIENT_URL = os.getenv( CALLS_WEB_CLIENT_URL = os.getenv(
"CALLS_WEB_CLIENT_URL", "CALLS_WEB_CLIENT_URL",
"http://192.168.1.73:8642" "http://192.168.1.73:5059"
) )
WEBHOOK_ENDPOINT = f"{CALLS_WEB_CLIENT_URL}/api/transcription/webhook" WEBHOOK_ENDPOINT = f"{CALLS_WEB_CLIENT_URL}/api/transcription/webhook"
WEBHOOK_API_KEY = os.getenv("WEBHOOK_API_KEY", "webhook_secret_key") WEBHOOK_API_KEY = os.getenv("WEBHOOK_API_KEY", "webhook_secret_key")

Loading…
Cancel
Save