Skip to content

Commit 4f9c38d

Browse files
committed
fixed env vars
1 parent 0f79dde commit 4f9c38d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/integration/docker/aggregator/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ services:
6262
- '3000' # port inside the container; host port is chosen randomly
6363
environment:
6464
- MONGODB_URI=mongodb://mongo1:27017
65-
- USE_MOCK_ALPHABILL=true
66-
- ALPHABILL_PRIVATE_KEY=FF00000000000000000000000000000000000000000000000000000000000000 # must be specified for some reason, even though we use the mock
65+
- USE_MOCK_BFT=true
66+
- BFT_PRIVATE_KEY=FF00000000000000000000000000000000000000000000000000000000000000 # must be specified for some reason, even though we use the mock
6767
- DISABLE_HIGH_AVAILABILITY=true
6868
- PORT=3000

0 commit comments

Comments
 (0)