updated configs to use remote connections
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user