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" + + + +