add commented out Spree connection details

This commit is contained in:
Matthias Kretschmann 2019-08-09 14:19:33 +02:00
parent efe520622f
commit 2765a7e6ae
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 6 additions and 0 deletions

View File

@ -25,6 +25,12 @@ class App extends Component {
brizoUri: 'https://brizo.marketplace.dev-ocean.com',
brizoAddress: '0x4aaab179035dc57b35e2ce066919048686f82972',
secretStoreUri: 'https://secret-store.nile.dev-ocean.com',
// local Spree connection
// nodeUri: 'http://localhost:8545',
// aquariusUri: 'http://aquarius:5000',
// brizoUri: 'http://localhost:8030',
// brizoAddress: '0x00bd138abd70e2f00903268f3db08f2d25677c9e',
// secretStoreUri: 'http://localhost:12001',
verbose: true
})
this.setState({ ocean })