Skip to content

Commit ede0153

Browse files
committed
Update apla block explorer URL
1 parent ae75728 commit ede0153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ if [ "$USE_PRODUCT" = "apla" ]; then
7070
DB_PASSWORD="apla"
7171
CENT_URL="http://apla-cf:8000"
7272

73+
BLEX_REPO_URL="https://github.com/AplaProject/blockexplorer"
7374
BLEX_DB_NAME_PREFIX="apla_blex_"
7475
BLEX_REDIS_URL="redis://apla-rq:6379/0"
7576
BE_API_URL_PREFIX="http://apla-bf"
@@ -84,7 +85,6 @@ else
8485
BLEX_REDIS_URL="redis://genesis-rq:6379/0"
8586
BE_API_URL_PREFIX="http://genesis-bf"
8687
fi
87-
BLEX_REPO_URL="https://github.com/GenesisKernel/blockexplorer"
8888
BLEX_BRANCH="v0.3.2"
8989
BLEX_DB_HOST="$DB_HOST"
9090
BLEX_DB_USER="$DB_USER"

0 commit comments

Comments
 (0)