1
0
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:
Sebastian Gerske 2019-01-24 12:03:09 +01:00
parent 9c470dfd7b
commit 237bf81627

View File

@ -28,6 +28,7 @@ export GANACHE_REUSE_DATABASE="false"
export KEEPER_RPC_HOST='keeper-node'
export KEEPER_RPC_PORT='8545'
export KEEPER_RPC_URL="http://"${KEEPER_RPC_HOST}:${KEEPER_RPC_PORT}
export KEEPER_MNEMONIC=''
# Enable acl-contract validation in Secret-store
export CONFIGURE_ACL="false"