Skip to content

Commit

Permalink
Merge pull request #463 from mojaloop/fix/add-dfsp-oracle
Browse files Browse the repository at this point in the history
fix: add oracle variables
  • Loading branch information
kalinkrustev authored Jan 29, 2025
2 parents bbf7ca2 + c579d1f commit e187822
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,9 @@ data:
{
"inputValues": {
"HOST_ACCOUNT_LOOKUP_SERVICE": "http://${mojaloop_release_name}-account-lookup-service",
"HOST_ACCOUNT_LOOKUP_ADMIN": "http://${mojaloop_release_name}-account-lookup-service-admin",
"HOST_CENTRAL_LEDGER": "http://${mojaloop_release_name}-centralledger-service",
"HOST_ORACLE_MSISDN": "http://${mojaloop_release_name}-als-msisdn-oracle",
"DFSP_CALLBACK_URL": "http://{{ .Data.fqdn }}",
"DFSP_NAME": "{{ .Data.host }}",
"HUB_NAME": "${hub_name}",
Expand Down

0 comments on commit e187822

Please sign in to comment.