Pare down Mesh env vars in Py test env (#2418)

This commit is contained in:
F. Eugene Aumson
2019-12-21 13:19:00 -05:00
committed by GitHub
parent 9b7277d464
commit 35d5d3d995
2 changed files with 2 additions and 10 deletions

View File

@@ -11,13 +11,9 @@ services:
- ganache
environment:
ETHEREUM_RPC_URL: 'http://localhost:8545'
ETHEREUM_NETWORK_ID: '50'
ETHEREUM_CHAIN_ID: '1337'
USE_BOOTSTRAP_LIST: 'true'
VERBOSITY: 3
PRIVATE_KEY_PATH: ''
VERBOSITY: 5
BLOCK_POLLING_INTERVAL: '5s'
P2P_LISTEN_PORT: '60557'
ports:
- '60557:60557'
network_mode: "host" # to connect to ganache