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 6ec7f37
Showing 1 changed file with 22 additions and 13 deletions.
35 changes: 22 additions & 13 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 Down Expand Up @@ -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 6ec7f37

Please sign in to comment.