Skip to content

Commit

Permalink
Add operator service envvar for brizo compute.
Browse files Browse the repository at this point in the history
  • Loading branch information
ssallam committed Nov 20, 2019
1 parent 96878d6 commit cd0ee51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions compose-files/brizo.yml
Expand Up @@ -23,6 +23,7 @@ services:
LOG_LEVEL: ${BRIZO_LOG_LEVEL}
BRIZO_WORKERS: ${BRIZO_WORKERS}
IPFS_GATEWAY: ${BRIZO_IPFS_GATEWAY}
OPERATOR_SERVICE_URL: ${OPERATOR_SERVICE_URL}
volumes:
- ${KEEPER_ARTIFACTS_FOLDER}:/usr/local/keeper-contracts:ro
- ${ACCOUNTS_FOLDER}:/accounts
2 changes: 2 additions & 0 deletions start_ocean.sh
Expand Up @@ -124,6 +124,8 @@ export COMMONS_FAUCET_URL=${FAUCET_URL}
export COMMONS_IPFS_GATEWAY_URI=https://ipfs.oceanprotocol.com
export COMMONS_IPFS_NODE_URI=https://ipfs.oceanprotocol.com:443

export OPERATOR_SERVICE_URL=http://127.0.0.1:8050

# Export User UID and GID
export LOCAL_USER_ID=$(id -u)
export LOCAL_GROUP_ID=$(id -g)
Expand Down

0 comments on commit cd0ee51

Please sign in to comment.