1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-11-22 17:50:13 +01:00
barge/.env

14 lines
550 B
Bash
Raw Normal View History

2018-11-12 09:35:58 +01:00
# Must be set to true for the first run, change it to "false" to avoid migrating the smart contracts on each run.
2018-12-05 12:16:18 +01:00
KEEPER_DEPLOY_CONTRACTS=true
# Specify which ethereum client to run or connect to: kovan, ganache, or ocean_poa_net_local
KEEPER_NETWORK_NAME=development
KEEPER_ARTIFACTS_FOLDER=~/.ocean/keeper-contracts/artifacts
2018-11-12 09:35:58 +01:00
# Ganache specific option, these two options have no effect when not running ganache-cli
GANACHE_DATABASE_PATH=.
2018-12-05 12:16:18 +01:00
GANACHE_REUSE_DATABASE=false
2018-11-12 09:35:58 +01:00
# Specify which ocean version use: stable, latests, ...
OCEAN_VERSION=stable