Skip to content

Commit

Permalink
test(integration): update backend env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
golobitch committed May 28, 2024
1 parent edfb478 commit 01f5b18
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/integration/testenv/cloud-nine-wallet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,16 @@ services:
AUTH_SERVER_INTROSPECTION_URL: http://cloud-nine-wallet-test-auth:3107
AUTH_SERVER_GRANT_URL: http://cloud-nine-wallet-test-auth:3106
ILP_ADDRESS: test.cloud-nine-wallet-test
<<<<<<< HEAD
ILP_CONNECTOR_ADDRESS: http://127.0.0.1:3102
=======
ILP_CONNECTOR_ADDRESS: http://host.docker.internal:3102
>>>>>>> 3c721905 (test(integration): update backend env variables)
STREAM_SECRET: BjPXtnd00G2mRQwP/8ZpwyZASOch5sUXT5o0iR5b5wU=
WEBHOOK_URL: http://host.docker.internal:8888/webhooks
EXCHANGE_RATES_URL: http://host.docker.internal:8888/rates
REDIS_URL: redis://shared-redis:6379/0
USE_TIGERBEETLE: false
volumes:
- ../private-key.pem:/workspace/private-key.pem
depends_on:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ services:
WEBHOOK_URL: http://host.docker.internal:8889/webhooks
EXCHANGE_RATES_URL: http://host.docker.internal:8889/rates
REDIS_URL: redis://shared-redis:6379/2
USE_TIGERBEETLE: false
volumes:
- ../private-key.pem:/workspace/private-key.pem
depends_on:
Expand Down

0 comments on commit 01f5b18

Please sign in to comment.