Fill in default parity address/password.

This commit is contained in:
ssallam 2018-12-03 17:31:41 +01:00
parent ef61881043
commit 797b0534a2
2 changed files with 2 additions and 3 deletions

View File

@ -32,7 +32,6 @@ You need to have the newest versions available of both:
* [Docker Compose](https://docs.docker.com/compose/)
Populate the following in `brizo.env` file:
* `PARITY_ADDRESS` and `PARITY_PASSWORD`: necessary for interacting with the keeper-contracts. Use one of the accounts in [Parity Client Accounts](#parity-client-accounts)
* All of the `AZURE_`... related variables: necessary for `Brizo` to serve consume requests
## Get Started

View File

@ -7,8 +7,8 @@ KEEPER_NETWORK_NAME=ocean_poa_net_local
SECRET_STORE_URL=http://secret-store:12001
PARITY_URL=http://parity-node:8545
# Set a valid parity address and password to have seamless interaction with the `keeper`
PARITY_ADDRESS=
PARITY_PASSWORD=
PARITY_ADDRESS=0x00bd138abd70e2f00903268f3db08f2d25677c9e
PARITY_PASSWORD=node0
AQUARIUS_URL=http://aquarius:5000
BRIZO_URL=http://brizo:8030