mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-12-02 05:57:21 +01:00
avoid empty var message
This commit is contained in:
parent
9c470dfd7b
commit
237bf81627
@ -28,6 +28,7 @@ export GANACHE_REUSE_DATABASE="false"
|
|||||||
export KEEPER_RPC_HOST='keeper-node'
|
export KEEPER_RPC_HOST='keeper-node'
|
||||||
export KEEPER_RPC_PORT='8545'
|
export KEEPER_RPC_PORT='8545'
|
||||||
export KEEPER_RPC_URL="http://"${KEEPER_RPC_HOST}:${KEEPER_RPC_PORT}
|
export KEEPER_RPC_URL="http://"${KEEPER_RPC_HOST}:${KEEPER_RPC_PORT}
|
||||||
|
export KEEPER_MNEMONIC=''
|
||||||
|
|
||||||
# Enable acl-contract validation in Secret-store
|
# Enable acl-contract validation in Secret-store
|
||||||
export CONFIGURE_ACL="false"
|
export CONFIGURE_ACL="false"
|
||||||
|
Loading…
Reference in New Issue
Block a user