46 lines
1.5 KiB
Properties
46 lines
1.5 KiB
Properties
spring.application.name=tm
|
|
debug=false
|
|
|
|
logging.level.org.springframework.boot.autoconfigure=INFO
|
|
|
|
server.port=6950
|
|
|
|
server.servlet.context-path=/api
|
|
|
|
spring.jpa.hibernate.ddl-auto=validate
|
|
spring.datasource.driver-class-name=org.postgresql.Driver
|
|
|
|
spring.datasource.url=jdbc:postgresql://localhost:5432/qpay?useLegacyDatetimeCode=false
|
|
spring.datasource.username=postgres
|
|
spring.datasource.password=example
|
|
|
|
|
|
# sbz.merchant.url=http://192.168.16.29:24050/v1
|
|
# sbz.merchant.url=http://localhost:24000/v1
|
|
sbz.merchant.url=https://api.stewardpay.co.zw/lab/v2
|
|
sbz.aggregator.url=${sbz.merchant.url}
|
|
sbz.aggregator.phone=263773591219
|
|
sbz.aggregator.account=1046737845
|
|
|
|
sbz.aggregator.client-id=steward_pay
|
|
sbz.aggregator.client-secret=XjkbBAJeJCnAplYDTbp5xOjeyySVnYGp
|
|
sbz.aggregator.encryption-key=735470ce-8efb-4c0f-ba3f-7298f805ab33
|
|
|
|
steward.payment.processor.url=${sbz.merchant.url}
|
|
|
|
logging.level.root=WARN
|
|
spring.datasource.nflow.url=jdbc:postgresql://localhost:5432/qpay-nflow
|
|
spring.datasource.nflow.username=postgres
|
|
spring.datasource.nflow.password=example
|
|
|
|
powertel.clientid=powertel_zesa
|
|
|
|
ecocash.apikey=OUzGezwTgktLg_9v0I48I6WUM4LVLGFl
|
|
ecocash.url=https://developers.ecocash.co.zw/api/ecocash_pay/api/v2/payment/instant/c2b/sandbox
|
|
|
|
velocity.api.base-url=https://api.velocityafrica.net
|
|
velocity.api.api-key=z5WdSlItIhYL6nd7rxzf-jFdKN3jJyL1LubhDFBvXmc
|
|
#velocity.api.base-url=http://localhost:9005
|
|
#velocity.api.api-key=gH13nirZdUQdqC9impgzTzqEqv-jdbLOTx_HD5fQr_A
|
|
velocity.api.cancel-url=http://localhost:9005/poll
|
|
velocity.api.success-url=http://localhost:9005/poll |