From 305f9a9bb6c918a447c8bcc12d6a308d921c9136 Mon Sep 17 00:00:00 2001 From: "usama.jameel" Date: Tue, 12 Aug 2025 10:56:17 +0500 Subject: [PATCH] change bundle ip --- src/main/resources/application-prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index b7c3b85..807cd84 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -35,6 +35,6 @@ ctp: ipAdd: 172.16.53.53 port: 9100 stitchQRPath: src/main/resources/static/sample_qr_output.pdf - bundleIpAdd: 172.16.53.22 + bundleIpAdd: 172.16.53.10 bundlePort: 9100 bundlePath: src/main/resources/static/bundle.pdf \ No newline at end of file