1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

minor config fix

This commit is contained in:
Ahmed Ali 2020-06-26 20:32:08 +02:00
parent 574cd4f57b
commit cf2072ecab
2 changed files with 1 additions and 4 deletions

View File

@ -20,7 +20,7 @@ before_script:
- ganache-cli > ganache-cli.log & - ganache-cli > ganache-cli.log &
- git clone https://github.com/oceanprotocol/barge - git clone https://github.com/oceanprotocol/barge
- cd barge - cd barge
- git checkout origin/v3 - git checkout v3
- bash -x start_ocean.sh --no-commons --no-dashboard 2>&1 > start_ocean.log & - bash -x start_ocean.sh --no-commons --no-dashboard 2>&1 > start_ocean.log &
- cd .. - cd ..

View File

@ -8,11 +8,8 @@ const web3 = new Web3('http://127.0.0.1:8545')
export default { export default {
metadataStoreUri: 'http://localhost:5000', metadataStoreUri: 'http://localhost:5000',
//gimetadataStoreUri: 'https://aquarius.marketplace.dev-ocean.com',
providerUri: 'http://localhost:8030', providerUri: 'http://localhost:8030',
nodeUri: `http://localhost:${process.env.ETH_PORT || 8545}`, nodeUri: `http://localhost:${process.env.ETH_PORT || 8545}`,
parityUri: 'http://localhost:9545',
secretStoreUri: 'http://localhost:12001',
verbose: LogLevel.Error, verbose: LogLevel.Error,
web3Provider: web3 web3Provider: web3
} as Config } as Config