Skip to content

Commit a326680

Browse files
Merge pull request #176 from Tonomy-Foundation/feature/174-hyperion-connected
Feature/174 hyperion connected
2 parents 2ff1422 + 764a26d commit a326680

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ services:
1212
container_name: "antelope"
1313
ports:
1414
- 8888:8888
15+
- 9876:9876
1516
volumes:
1617
- antelope-data:/data
1718

scripts/helpers.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,12 @@ function init {
110110
sleep 8
111111

112112
cd "$SDK_PATH"
113+
NODE_ENV="${NODE_ENV:-development}"
114+
if [[ "${NODE_ENV}" == "development" ]]
115+
then
116+
echo "Using development environment: setting keys"
117+
source ./test/export_test_keys.sh
118+
fi
113119
yarn run cli bootstrap
114120

115121
echo ""

0 commit comments

Comments
 (0)