mirror of https://gitlab.com/ecentrics/concordia
Apostolos Fanakis
4 years ago
3 changed files with 21 additions and 7 deletions
@ -1,3 +1,7 @@ |
|||||
# Variables needed in runtime (in browser) |
# Variables needed in runtime (in browser) |
||||
REACT_APP_RENDEZVOUS_HOST=rendezvous |
REACT_APP_RENDEZVOUS_HOST=rendezvous |
||||
REACT_APP_RENDEZVOUS_PORT=9090 |
REACT_APP_RENDEZVOUS_PORT=9090 |
||||
|
|
||||
|
# If the rendezvous server is running on host use these instead |
||||
|
#REACT_APP_RENDEZVOUS_HOST=127.0.0.1 |
||||
|
#REACT_APP_RENDEZVOUS_PORT=9090 |
||||
|
@ -1,4 +1,14 @@ |
|||||
# Variables needed in runtime |
# Variables needed in runtime |
||||
MIGRATE_NETWORK=develop |
MIGRATE_NETWORK=env |
||||
DEVELOP_CHAIN_HOST=ganache |
DEPLOY_CHAIN_HOST=ganache |
||||
DEVELOP_CHAIN_PORT=8545 |
DEPLOY_CHAIN_PORT=8545 |
||||
|
|
||||
|
TEST_CHAIN_HOST=ganache-test |
||||
|
TEST_CHAIN_PORT=8545 |
||||
|
|
||||
|
# If the blockchain is running on host use these instead |
||||
|
#DEPLOY_CHAIN_HOST=127.0.0.1 |
||||
|
#DEPLOY_CHAIN_PORT=8545 |
||||
|
|
||||
|
#TEST_CHAIN_HOST=127.0.0.1 |
||||
|
#TEST_CHAIN_PORT=8546 |
||||
|
@ -1,7 +1,7 @@ |
|||||
# Variables needed in runtime |
# Variables needed in runtime |
||||
MIGRATE_NETWORK=develop |
MIGRATE_NETWORK=env |
||||
DEVELOP_CHAIN_HOST=xx.xxx.xxx.xxx |
DEPLOY_CHAIN_HOST=xx.xxx.xxx.xxx |
||||
DEVELOP_CHAIN_PORT=8545 |
DEPLOY_CHAIN_PORT=8545 |
||||
|
|
||||
TEST_CHAIN_HOST=xx.xxx.xxx.xxx |
TEST_CHAIN_HOST=xx.xxx.xxx.xxx |
||||
TEST_CHAIN_PORT=8546 |
TEST_CHAIN_PORT=8545 |
||||
|
Loading…
Reference in new issue