Skip to content

Commit

Permalink
Setup integration with Grafana (#41)
Browse files Browse the repository at this point in the history
This PR resolves #LISK-769

### What was the problem?

Missing environment variable

### How was it solved?

Added environment variable
  • Loading branch information
Nazgolze authored and sameersubudhi committed Sep 10, 2024
1 parent a2970e9 commit af1661b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/runMainnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ echo "RPC_PROVIDER_DRPC_1135=$RPC_PROVIDER_DRPC_1135" >> ${app_dir}/.env
RPC_PROVIDER_GELATO_1135=`echo $RELAYER_CONFIG | jq -r ."RPC_PROVIDER_GELATO_1135"`
echo "RPC_PROVIDER_GELATO_1135=$RPC_PROVIDER_GELATO_1135" >> ${app_dir}/.env

API_SERVER_HOST=`echo $RELAYER_CONFIG | jq -r ."API_SERVER_HOST"`
echo "API_SERVER_HOST=$API_SERVER_HOST" >> ${app_dir}/.env

SLACK_CONFIG=`echo $RELAYER_CONFIG | jq -r ."SLACK_CONFIG"`
echo "SLACK_CONFIG=$SLACK_CONFIG" >> ${app_dir}/.env

Expand Down

0 comments on commit af1661b

Please sign in to comment.