Skip to content

Commit

Permalink
updated config
Browse files Browse the repository at this point in the history
  • Loading branch information
Anover000 committed Aug 25, 2023
1 parent 07bef14 commit ad621d9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/main/resources/application-tenants.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
bpmns:
tenants:
- id: "rhino"
- id: "lion"
flows:
payment-transfer: "minimal_mock_fund_transfer-{dfspid}"
- id: "gorilla"
flows:
payment-transfer: "minimal_mock_fund_transfer_account_lookup-{dfspid}"
payment-transfer: "PayerFundTransfer-{dfspid}"
outbound-transfer-request: "mpesa_flow_{ams}-{dfspid}"
- id: "lion"
- id: "rhino"
flows:
payment-transfer: "PayerFundTransfer-{dfspid}"
payment-transfer: "minimal_mock_fund_transfer_account_lookup-{dfspid}"

0 comments on commit ad621d9

Please sign in to comment.