Skip to content

Commit

Permalink
Update env-vars.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdotb committed Aug 18, 2022
1 parent 927e888 commit c70d5a7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions deploy/env-vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

set -euo pipefail

sed -i "s, RPC_ADDRESS, '${RPC_ADDRESS}',g" .bdjuno/config.yaml
sed -i "s, GRPC_ADDRESS, '${GRPC_ADDRESS}',g" .bdjuno/config.yaml
sed -i "s, LOG_LEVEL, '${LOG_LEVEL}',g" .bdjuno/config.yaml
sed -i "s, DATABASE_NAME, '${testnet-explorer-database.DATABASE}',g" .bdjuno/config.yaml
sed -i "s, DATABASE_HOST, '${testnet-explorer-database.HOSTNAME}',g" .bdjuno/config.yaml
sed -i "s, DATABASE_PORT, '${testnet-explorer-database.PORT}',g" .bdjuno/config.yaml
sed -i "s, DATABASE_USER, '${testnet-explorer-database.USERNAME}',g" .bdjuno/config.yaml
sed -i "s, DATABASE_PASSWORD, '${testnet-explorer-database.PASSWORD}',g" .bdjuno/config.yaml
sed -i "s, RPC_ADDRESS, '${RPC_ADDRESS}',g" config.yaml
sed -i "s, GRPC_ADDRESS, '${GRPC_ADDRESS}',g" config.yaml
sed -i "s, LOG_LEVEL, '${LOG_LEVEL}',g" config.yaml
sed -i "s, DATABASE_NAME, '${testnet-explorer-database.DATABASE}',g" config.yaml
sed -i "s, DATABASE_HOST, '${testnet-explorer-database.HOSTNAME}',g" config.yaml
sed -i "s, DATABASE_PORT, '${testnet-explorer-database.PORT}',g" config.yaml
sed -i "s, DATABASE_USER, '${testnet-explorer-database.USERNAME}',g" config.yaml
sed -i "s, DATABASE_PASSWORD, '${testnet-explorer-database.PASSWORD}',g" config.yaml

0 comments on commit c70d5a7

Please sign in to comment.