From a18456ee734a2b256cc3989c1fd37f2dac7877d3 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Thu, 25 Sep 2025 15:22:58 -0400 Subject: [PATCH] updated the direct call path --- product/.env.core | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/product/.env.core b/product/.env.core index 919ccf5..4c85108 100644 --- a/product/.env.core +++ b/product/.env.core @@ -28,5 +28,13 @@ SIMBRELLA_APP_ID="app1" SIMBRELLA_API_KEY="testtest-api-key-12345" #Events Direct Location ========================================================= -EVENTS_SERVICE_BASE_URL2="https://event-core.simbrellang.net" -EVENTS_SERVICE_BASE_URL="http://10.10.11.17:14700" \ No newline at end of file +EVENTS_SERVICE_BASE_URL = "10.2.24.133:5000" +ENDPOINT_DIRECT_LOAN="/autocall/direct/loan" +ENDPOINT_DIRECT_REPAYMENT="/autocall/direct/repayment" + +#EVENTS_SERVICE_BASE_URL2="https://event-core.simbrellang.net" +#EVENTS_SERVICE_BASE_URL="http://10.10.11.17:14700" + + + +