Skip to content

Commit

Permalink
Update entrypotint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
filipdjokic committed Apr 9, 2024
1 parent 31d9c7a commit 0b6b7a2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions deploy/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ set -euo pipefail

# Inject environment variables into config.yaml file

sed -i "s, RPC_ADDRESS, '${RPC_ADDRESS}',g" /bdjuno/.bdjuno/config.yaml
sed -i "s, GRPC_ADDRESS, '${GRPC_ADDRESS}',g" /bdjuno/.bdjuno/config.yaml
sed -i "s, LOG_LEVEL, '${LOG_LEVEL}',g" /bdjuno/.bdjuno/config.yaml
sed -i "s, DATABASE_URL, '${DATABASE_URL}',g" /bdjuno/.bdjuno/config.yaml
sed -i "s, RPC_ADDRESS, '${RPC_ADDRESS}',g" /callisto/.callisto/config.yaml
sed -i "s, GRPC_ADDRESS, '${GRPC_ADDRESS}',g" /callisto/.callisto/config.yaml
sed -i "s, LOG_LEVEL, '${LOG_LEVEL}',g" /callisto/.callisto/config.yaml
sed -i "s, DATABASE_URL, '${DATABASE_URL}',g" /callisto/.callisto/config.yaml

bdjuno start --home /bdjuno/.bdjuno
callisto start --home /callisto/.callisto

0 comments on commit 0b6b7a2

Please sign in to comment.