From 5e723d6386d22611cecaff98419751c9e8f4d679 Mon Sep 17 00:00:00 2001 From: Vus Khoza Date: Sun, 13 Jul 2025 17:52:26 +0200 Subject: [PATCH] updated configs to use remote connections --- src/main/resources/application-lab.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application-lab.properties b/src/main/resources/application-lab.properties index 68e5439..3130293 100644 --- a/src/main/resources/application-lab.properties +++ b/src/main/resources/application-lab.properties @@ -10,14 +10,14 @@ spring.datasource.driver-class-name=org.postgresql.Driver spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect -spring.datasource.url=jdbc:postgresql://localhost:5432/qpay?useLegacyDatetimeCode=false +spring.datasource.url=jdbc:postgresql://173.212.247.232:5432/qpay?useLegacyDatetimeCode=false spring.datasource.username=postgres -spring.datasource.password=password +spring.datasource.password=zdDZMzq6F4B4L1IUl -sbz.merchant.url=http://192.168.16.29:24050/v1 +# sbz.merchant.url=http://192.168.16.29:24050/v1 # sbz.merchant.url=https://localhost:24000/v1 -# sbz.merchant.url=https://api.stewardpay.co.zw/lab/v2 +sbz.merchant.url=https://api.stewardpay.co.zw/lab/v2 sbz.aggregator.url=${sbz.merchant.url} sbz.aggregator.client-id=steward_pay sbz.aggregator.client-secret=XjkbBAJeJCnAplYDTbp5xOjeyySVnYGp