Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
chore(test): move env var to correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed Jun 4, 2024
1 parent 3105bf1 commit 296a002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ services:
GATEWAY_HOST: ${GATEWAY_HOST:-arlocal}
GATEWAY_PORT: ${GATEWAY_PORT:-1984}
GATEWAY_PROTOCOL: ${GATEWAY_PROTOCOL:-http}
WARP_GATEWAY_HOST: ${GATEWAY_HOST:-arlocal}
PREFETCH_CONTRACTS: ${PREFETCH_CONTRACTS:-false}
BLOCKLISTED_CONTRACT_IDS: ${BLOCKLISTED_CONTRACT_IDS:-fbU8Y4NMKKzP4rmAYeYj6tDrVDo9XNbdyq5IZPA31WQ}
WAIT_TIME_SECONDS: ${WAIT_TIME_SECONDS:-}
Expand Down Expand Up @@ -51,7 +52,6 @@ services:
HOST: arns-service
PORT: 3000
GATEWAY_HOST: ${GATEWAY_HOST:-arlocal}
WARP_GATEWAY_HOST: ${GATEWAY_HOST:-arlocal}
GATEWAY_PORT: ${GATEWAY_PORT:-1984}
GATEWAY_PROTOCOL: ${GATEWAY_PROTOCOL:-http}
BLOCKLISTED_CONTRACT_IDS: ${BLOCKLISTED_CONTRACT_IDS:-fbU8Y4NMKKzP4rmAYeYj6tDrVDo9XNbdyq5IZPA31WQ}
Expand Down

0 comments on commit 296a002

Please sign in to comment.