From a42ed6fe6ee594e930c6207dce40b9d420717dc4 Mon Sep 17 00:00:00 2001 From: Javier Cortejoso Date: Mon, 12 Nov 2018 09:35:58 +0100 Subject: [PATCH] Include default environment file --- .env | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..8fa94d0 --- /dev/null +++ b/.env @@ -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