Skip to content

Commit

Permalink
fix: ttksim2 ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayg10 committed Jun 27, 2023
1 parent 95ad374 commit 41d786e
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,10 @@ mojaloop-ttk-simulators:
"inputValues": {
"TTKSIM1_CURRENCY": "${ttk_test_currency1}",
"TTKSIM2_CURRENCY": "${ttk_test_currency1}",
"TTKSIM3_CURRENCY": "${ttk_test_currency1}"
"TTKSIM3_CURRENCY": "${ttk_test_currency1}",
"TTKSIM1_FSPID": "ttksim1",
"TTKSIM2_FSPID": "ttksim2",
"TTKSIM3_FSPID": "ttksim3"
}
}
config:
Expand Down Expand Up @@ -573,7 +576,7 @@ mojaloop-ttk-simulators:
enabled: true
hosts:
ui:
host: ttksim2.${private_subdomain}s
host: ttksim2.${private_subdomain}
config:
API_BASE_URL: http://ttksim2.${private_subdomain}

Expand Down

0 comments on commit 41d786e

Please sign in to comment.