mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-12-02 05:57:21 +01:00
Fill in default parity address/password.
This commit is contained in:
parent
ef61881043
commit
797b0534a2
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user