Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
apurbraj committed Oct 31, 2023
1 parent 7ae1405 commit 7e1131c
Showing 1 changed file with 23 additions and 14 deletions.
37 changes: 23 additions & 14 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
camel:
server-port: 5000
server-port: 5050
springboot:
main-run-controller: true
dataformat:
Expand All @@ -20,7 +20,7 @@ zeebe:
# number-of-workers: 15
# evenly-allocated-max-jobs: "#{${zeebe.client.max-execution-threads} / ${zeebe.client.number-of-workers}}"
broker:
contactpoint: "ph-ee-zeebe:26500"
contactpoint: "localhost:26500"

connector:
ilp-secret: h4on38bsDjKiat2783gnklgafikmeuu5123kpobb7jm99
Expand All @@ -31,18 +31,27 @@ mojaloop:
perf-resp-delay: 100

switch:
quotes-host: http://40.114.81.46
quote-service: quoting-service.local
als-host: http://40.114.81.46
account-lookup-service: account-lookup-service.local
transfers-host: http://40.114.81.46
transfer-service: ml-api-adapter.local
transactions-host: http://40.114.81.46
transaction-request-service: transaction-request-service.local
oracle-host: http://account-oracle.mifos.io:4100

dfspids: "DFSPID"
quotes-host: "http://quoting-service.sandbox.fynarfin.io"
quote-service: "quoting-service.sandbox.fynarfin.io"
als-host: "http://account-lookup-service.sandbox.fynarfin.io"
account-lookup-service: "account-lookup-service.local"
transfers-host: "http://api-adapter.sandbox.fynarfin.io"
transfer-service: "api-adapter.sandbox.fynarfin.io"
transactions-host: "http://ml-api-adapter.sandbox.fynarfin.io"
transaction-request-service: "ml-api-adapter.sandbox.fynarfin.io"
oracle-host: "http://moja-simulator.sandbox.fynarfin.io"


dfspids: "gorilla,rhino"

logging:
level:
root: ERROR
root: INFO

parties:
- tenantId: rhino
fspId: payeefsp
domain: fynams.sandbox.fynarfin.io
- tenantId: gorilla
fspId: payerfsp
domain: ph-ee-connector-mojaloop-java.paymenthub.svc.cluster.local

0 comments on commit 7e1131c

Please sign in to comment.