From e766cd1d4b3ea7a1c2567a8d75857e660e6fc8f9 Mon Sep 17 00:00:00 2001 From: Apostolof Date: Mon, 30 Nov 2020 01:14:22 +0200 Subject: [PATCH] Minor fixes and improvements --- .dockerignore | 1 + .gitignore | 2 ++ docker/env/contracts.docker.env | 6 +++--- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.dockerignore b/.dockerignore index 1ed8525..61b6add 100644 --- a/.dockerignore +++ b/.dockerignore @@ -7,6 +7,7 @@ docker/ !docker/concordia-contracts/migrate.sh !docker/concordia-contracts/test-contracts.sh !docker/concordia-app/test-app.sh +!docker/ganache/start-blockchain.sh packages/*/node_modules packages/*/dist diff --git a/.gitignore b/.gitignore index 3102504..31c619d 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,8 @@ yarn-error.log* docker/volumes docker/ganache/volumes docker/reports + +# Env var files docker/env/concordia.env docker/env/contracts.env diff --git a/docker/env/contracts.docker.env b/docker/env/contracts.docker.env index b5a08c7..1b6d49c 100644 --- a/docker/env/contracts.docker.env +++ b/docker/env/contracts.docker.env @@ -1,10 +1,10 @@ # Variables needed in runtime MIGRATE_NETWORK=env -DEPLOY_CHAIN_HOST=ganache +DEPLOY_CHAIN_HOST=concordia-ganache DEPLOY_CHAIN_PORT=8545 -TEST_CHAIN_HOST=ganache-test -TEST_CHAIN_PORT=8545 +TEST_CHAIN_HOST=concordia-ganache-test +TEST_CHAIN_PORT=8546 # If the blockchain is running on host use these instead #DEPLOY_CHAIN_HOST=127.0.0.1