From 000a9890559f2c4321958a91c1a62bdea2fea74a Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn Date: Thu, 25 Jul 2024 11:29:17 -0500 Subject: [PATCH] Set the default value to the SERVICES_API variable --- docker/frontend/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/frontend/entrypoint.sh b/docker/frontend/entrypoint.sh index 20b391087..444158969 100644 --- a/docker/frontend/entrypoint.sh +++ b/docker/frontend/entrypoint.sh @@ -41,7 +41,7 @@ __TESTNET_BLOCK_AUDIT_START_HEIGHT__=${TESTNET_BLOCK_AUDIT_START_HEIGHT:=0} __SIGNET_BLOCK_AUDIT_START_HEIGHT__=${SIGNET_BLOCK_AUDIT_START_HEIGHT:=0} __ACCELERATOR__=${ACCELERATOR:=false} __ACCELERATOR_BUTTON__=${ACCELERATOR_BUTTON:=true} -__SERVICES_API__=${SERVICES_API:=false} +__SERVICES_API__=${SERVICES_API:="https://mempool.space/api/v1/services"} __PUBLIC_ACCELERATIONS__=${PUBLIC_ACCELERATIONS:=false} __HISTORICAL_PRICE__=${HISTORICAL_PRICE:=true} __ADDITIONAL_CURRENCIES__=${ADDITIONAL_CURRENCIES:=false}