Skip to content

Commit

Permalink
feat(workflows): api urls (#1730)
Browse files Browse the repository at this point in the history
  • Loading branch information
golobitch authored Oct 14, 2024
1 parent 31ec9ec commit c7b0b8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
path: packages/wallet/frontend
port: 4003
cookie_name: testnet.cookie
backend_url: https://api-wallet.interledger-test.dev
backend_url: https://api.wallet.interledger-test.dev
open_payments_url: https://ilp.interledger-test.dev/
auth_host: https://auth.interledger-test.dev
gatehub_env: sandbox
Expand All @@ -75,13 +75,13 @@ jobs:
- name: test-boutique-frontend
identifier: 'boutique:frontend'
path: packages/boutique/frontend
api_base_url: 'https://api-boutique.interledger-test.dev'
api_base_url: 'https://api.boutique.interledger-test.dev'
currency: 'USD'
theme: dark
- name: test-boutique-frontend-jopacc
identifier: 'boutique:frontend'
path: packages/boutique/frontend
api_base_url: 'https://api-boutique.jopacc.openpayments.directory'
api_base_url: 'https://api.boutique.jopacc.openpayments.directory'
currency: 'JOD'
theme: light
- name: test-boutique-backend
Expand Down

0 comments on commit c7b0b8f

Please sign in to comment.