This commit is contained in:
2025-10-21 16:40:10 +02:00
parent 5753c82384
commit 2b6ef3ab14
19 changed files with 1020 additions and 28 deletions

View File

@@ -1,2 +1,12 @@
# sbz.merchant.url=http://localhost:24000/v1
sbz.merchant.url=https://api.stewardpay.co.zw/lab/v2
spring.datasource.url=jdbc:postgresql://localhost:5432/qpay?useLegacyDatetimeCode=false
spring.datasource.username=postgres
spring.datasource.password=example
nflow.db.postgresql.driver=org.postgresql.Driver
nflow.db.postgresql.url=jdbc:postgresql://localhost:5432/qpay
nflow.db.postgresql.user=postgres
nflow.db.postgresql.password=example

View File

@@ -1,4 +1,5 @@
spring.application.name=tm
spring.main.allow-bean-definition-overriding=true
debug=false
logging.level.org.springframework.boot.autoconfigure=INFO