completed nflow integration into onboarding
This commit is contained in:
@@ -9,8 +9,6 @@ server.servlet.context-path=/api
|
||||
|
||||
spring.jpa.hibernate.ddl-auto=update
|
||||
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://173.212.247.232:5532/qpay?useLegacyDatetimeCode=false
|
||||
spring.datasource.username=postgres
|
||||
@@ -31,15 +29,16 @@ sbz.aggregator.encryption-key=735470ce-8efb-4c0f-ba3f-7298f805ab33
|
||||
steward.payment.processor.url=${sbz.merchant.url}
|
||||
|
||||
# ERPNext Configuration
|
||||
erpnext.url=http://localhost:8000
|
||||
erpnext.api.key=your_api_key_here
|
||||
erpnext.api.secret=your_api_secret_here
|
||||
erpnext.url=http://173.212.247.232:8085/api
|
||||
erpnext.api.key=1102c6da0312f75
|
||||
erpnext.api.secret=e3d95692bcf16c7
|
||||
erpnext.username=Administrator
|
||||
erpnext.password=admin
|
||||
erpnext.company=Qantra Payments
|
||||
erpnext.customer=Default Customer
|
||||
erpnext.item=Payment Service
|
||||
erpnext.income.account=5111 - Sales Income - QPAY
|
||||
erpnext.cost.center=Main - QPAY
|
||||
erpnext.tax.account=VAT - QPAY
|
||||
erpnext.income.account=5111 - Sales Income - Q
|
||||
erpnext.cost.center=Main - Q
|
||||
erpnext.tax.account=VAT - Q
|
||||
erpnext.tax.rate=15.0
|
||||
|
||||
logging.level.root=WARN
|
||||
|
||||
@@ -1,2 +1,10 @@
|
||||
# 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.url=jdbc:postgresql://localhost:5432/qpay
|
||||
nflow.db.postgresql.user=postgres
|
||||
nflow.db.postgresql.password=example
|
||||
|
||||
@@ -9,8 +9,6 @@ server.servlet.context-path=/api
|
||||
|
||||
spring.jpa.hibernate.ddl-auto=update
|
||||
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://173.212.247.232:5532/qpay?useLegacyDatetimeCode=false
|
||||
spring.datasource.username=postgres
|
||||
@@ -31,15 +29,16 @@ sbz.aggregator.encryption-key=f29b64d6-e44b-42ea-a0ea-9d9f6a806dbe
|
||||
steward.payment.processor.url=${sbz.merchant.url}
|
||||
|
||||
# ERPNext Configuration
|
||||
erpnext.url=http://localhost:8000
|
||||
erpnext.api.key=your_api_key_here
|
||||
erpnext.api.secret=your_api_secret_here
|
||||
erpnext.url=http://173.212.247.232:8085/api
|
||||
erpnext.api.key=1102c6da0312f75
|
||||
erpnext.api.secret=e3d95692bcf16c7
|
||||
erpnext.username=Administrator
|
||||
erpnext.password=admin
|
||||
erpnext.company=Qantra Payments
|
||||
erpnext.customer=Default Customer
|
||||
erpnext.item=Payment Service
|
||||
erpnext.income.account=5111 - Sales Income - QPAY
|
||||
erpnext.cost.center=Main - QPAY
|
||||
erpnext.tax.account=VAT - QPAY
|
||||
erpnext.income.account=5111 - Sales Income - Q
|
||||
erpnext.cost.center=Main - Q
|
||||
erpnext.tax.account=VAT - Q
|
||||
erpnext.tax.rate=15.0
|
||||
|
||||
# JWT Configuration
|
||||
@@ -47,6 +46,10 @@ jwt.secret=your-super-secret-jwt-key-here-make-it-very-long-and-secure-in-produc
|
||||
jwt.expiration=86400000
|
||||
|
||||
logging.level.root=WARN
|
||||
nflow.db.postgresql.driver=org.postgresql.Driver
|
||||
nflow.db.postgresql.url=jdbc:postgresql://173.212.247.232:5532/qpay
|
||||
nflow.db.postgresql.user=postgres
|
||||
nflow.db.postgresql.password=zdDZMzq6F4B4L1IUl
|
||||
|
||||
# Email Configuration
|
||||
infobip.url=https://z3m696.api.infobip.com/sms/2/text/advanced
|
||||
|
||||
Reference in New Issue
Block a user