mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-10-31 23:55:18 +01:00
24 lines
579 B
Bash
Executable File
24 lines
579 B
Bash
Executable File
# Use this file to set the env vars required for Brizo.
|
|
|
|
KEEPER_URL=http://parity-node:8545
|
|
LOCAL_CONTRACTS=true
|
|
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=
|
|
|
|
AQUARIUS_URL=http://aquarius:5000
|
|
BRIZO_URL=http://brizo:8030
|
|
|
|
AZURE_ACCOUNT_NAME=
|
|
AZURE_ACCOUNT_KEY=
|
|
AZURE_RESOURCE_GROUP=
|
|
AZURE_LOCATION=westus
|
|
AZURE_CLIENT_ID=
|
|
AZURE_CLIENT_SECRET=
|
|
AZURE_TENANT_ID=
|
|
AZURE_SUBSCRIPTION_ID=
|