We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae75728 commit ede0153Copy full SHA for ede0153
manage.sh
@@ -70,6 +70,7 @@ if [ "$USE_PRODUCT" = "apla" ]; then
70
DB_PASSWORD="apla"
71
CENT_URL="http://apla-cf:8000"
72
73
+ BLEX_REPO_URL="https://github.com/AplaProject/blockexplorer"
74
BLEX_DB_NAME_PREFIX="apla_blex_"
75
BLEX_REDIS_URL="redis://apla-rq:6379/0"
76
BE_API_URL_PREFIX="http://apla-bf"
@@ -84,7 +85,6 @@ else
84
85
BLEX_REDIS_URL="redis://genesis-rq:6379/0"
86
BE_API_URL_PREFIX="http://genesis-bf"
87
fi
-BLEX_REPO_URL="https://github.com/GenesisKernel/blockexplorer"
88
BLEX_BRANCH="v0.3.2"
89
BLEX_DB_HOST="$DB_HOST"
90
BLEX_DB_USER="$DB_USER"
0 commit comments