mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-25 20:01:10 +01:00
Include default environment file
This commit is contained in:
parent
0e29c2a385
commit
a42ed6fe6e
11
.env
Normal file
11
.env
Normal file
@ -0,0 +1,11 @@
|
||||
# Must be set to true for the first run, change it to "false" to avoid migrating the smart contracts on each run.
|
||||
DEPLOY_CONTRACTS=true
|
||||
# Ganache specific option, these two options have no effect when not running ganache-cli
|
||||
GANACHE_DATABASE_PATH=.
|
||||
REUSE_DATABASE=false
|
||||
# Specify which ethereum client to run or connect to: kovan, ganache, or ocean_poa_net_local
|
||||
KEEPER_NETWORK_NAME=ganache
|
||||
ARTIFACTS_FOLDER=~/.ocean/keeper-contracts/artifacts
|
||||
# Specify which ocean version use: stable, latests, ...
|
||||
OCEAN_VERSION=stable
|
||||
COMPOSE_FILE=docker-compose.yml
|
Loading…
Reference in New Issue
Block a user