From f2212eadf428b5120b19e5341adb3eabd92f0124 Mon Sep 17 00:00:00 2001 From: somanath21 <104554892+somanath21@users.noreply.github.com> Date: Sun, 24 Mar 2024 21:40:20 +0530 Subject: [PATCH] [PHEE-625] Configure helm Values for ops-web (#405) * configure variables for ops-web * update host for voucher and bulk --------- Co-authored-by: Somanath Hugar --- helm/ph-ee-engine/operations-web/values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/helm/ph-ee-engine/operations-web/values.yaml b/helm/ph-ee-engine/operations-web/values.yaml index dd0c3e2f1..d97a485d8 100644 --- a/helm/ph-ee-engine/operations-web/values.yaml +++ b/helm/ph-ee-engine/operations-web/values.yaml @@ -44,6 +44,9 @@ backend: PH_OPS_BACKEND_SERVER_URL: https://ops-bk.sandbox.mifos.io/api/v1 PH_VOU_BACKEND_SERVER_URL: https://ops-bk.sandbox.mifos.io/api/v1 PH_ACT_BACKEND_SERVER_URL: https://ops-bk.sandbox.mifos.io/api/v1 + PH_VOU_CALLBACK_URL: https://vouchers.sandbox.mifos.io + PH_OPS_BATCH_KEY: "" + PH_OPS_BULK_CONNECTOR_URL: https://bulk-connector.sandbox.mifos.io PH_PLATFORM_TENANT_ID: phdefault PH_PLATFORM_TENANT_IDS: phdefault PH_REGISTERING_INSTITUTION_ID: SocialInstitution