You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/integration/docker/aggregator/docker-compose.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ services:
62
62
- '3000'# port inside the container; host port is chosen randomly
63
63
environment:
64
64
- 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
0 commit comments