Skip to content

Commit

Permalink
Merge branch 'ft/multiple-entry/docker-file2' of github.com:multivers…
Browse files Browse the repository at this point in the history
…x/mx-api-service into ft/multiple-entry/docker-file2
  • Loading branch information
liviuancas-elrond committed Jan 14, 2025
2 parents 83ce2d0 + 38e0279 commit ef58a03
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,6 @@
# PLACEHOLDER_DAPP_chainId=D

env_vars_with_defaults="MVX_ENV=devnet DAPP_CONFIG=devnet MVX_API_PUBLIC=true MVX_API_PRIVATE=true MVX_CACHEWARMER=true MVX_TRANSACTIONPROCESSOR=false MVX_EVENTS_NOTIFIER=false MVX_EVENTS_NOTIFIER_RABBIT_URL=amqp://guest:guest@127.0.0.1:5673 REDIS_IP=127.0.0.1 ELASTICSEARCH_URL=https://devnet-index.multiversx.com GATEWAY_URL=https://devnet-gateway.multiversx.com RABBITMQ_URL=amqp://127.0.0.1:5672 PROVIDERS_URL=https://devnet-delegation-api.multiversx.com/providers DATAAPI_URL=https://devnet-data-api.multiversx.com EXCHANGE_URL=https://devnet-graph.xexchange.com/graphql MARKETPLACE_URL=https://devnet-nfts-graph.multiversx.com/graphql ASSETSFETCH_URL=https://tools.multiversx.com/assets-cdn DELEGATION_URL=https://devnet-delegation-api.multiversx.com SOCKET_URL=devnet-socket-api.multiversx.com NODESFETCH_URL=https://devnet-api.multiversx.com TOKENSFETCH_URL=https://devnet-api.multiversx.com PROVIDERSFETCH_URL=https://devnet-api.multiversx.com PLACEHOLDER_DAPP_id=devnet PLACEHOLDER_DAPP_name=Devnet PLACEHOLDER_DAPP_egldLabel=xEGLD PLACEHOLDER_DAPP_walletAddress=https://devnet-wallet.multiversx.com PLACEHOLDER_DAPP_apiAddress=https://devnet-api.multiversx.com PLACEHOLDER_DAPP_explorerAddress=http://devnet-explorer.multiversx.com PLACEHOLDER_DAPP_chainId=D"

cp ./config/config.placeholder.yaml /app/dist/config/config.yaml
if [ $? -eq 0 ]; then
echo "Config file copied successfully from config/config.placeholder.yaml /app/dist/config/config.yaml"
fi


replace_placeholder() {
local var_name=$1
local var_value=$2
Expand Down

0 comments on commit ef58a03

Please sign in to comment.