Skip to content

Commit

Permalink
fix: fixed application system api staging path (#15875)
Browse files Browse the repository at this point in the history
* fix: fixed application system api staging path

* chore: charts update dirty files

---------

Co-authored-by: andes-it <builders@andes.is>
  • Loading branch information
brynjarorng and andes-it authored Sep 3, 2024
1 parent 7c9c1e5 commit 8fa9622
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const workerSetup =
},
XROAD_CHARGE_FJS_V2_PATH: {
dev: 'IS-DEV/GOV/10021/FJS-Public/chargeFJS_v2',
staging: 'IS-DEV/GOV/10021/FJS-Public/chargeFJS_v2',
staging: 'IS-TEST/GOV/10021/FJS-Public/chargeFJS_v2',
prod: 'IS/GOV/5402697509/FJS-Public/chargeFJS_v2',
},
APPLICATION_ATTACHMENT_BUCKET: {
Expand Down
2 changes: 1 addition & 1 deletion charts/islandis/values.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ application-system-api-worker:
SERVERSIDE_FEATURES_ON: ''
XROAD_BASE_PATH: 'http://securityserver.staging01.devland.is'
XROAD_BASE_PATH_WITH_ENV: 'http://securityserver.staging01.devland.is/r1/IS-TEST'
XROAD_CHARGE_FJS_V2_PATH: 'IS-DEV/GOV/10021/FJS-Public/chargeFJS_v2'
XROAD_CHARGE_FJS_V2_PATH: 'IS-TEST/GOV/10021/FJS-Public/chargeFJS_v2'
XROAD_CLIENT_ID: 'IS-TEST/GOV/5501692829/island-is-client'
XROAD_INNA_PATH: 'IS-TEST/GOV/6601241280/MMS-Protected/inna-v1'
XROAD_PAYMENT_ADDITION_CALLBACK_URL: '/'
Expand Down

0 comments on commit 8fa9622

Please sign in to comment.