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 d01bbd7 commit 927e888
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions deploy/env-vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ 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, '${DATABASE}',g" .bdjuno/config.yaml
sed -i "s, DATABASE_HOST, '${HOSTNAME}',g" .bdjuno/config.yaml
sed -i "s, DATABASE_PORT, '${PORT}',g" .bdjuno/config.yaml
sed -i "s, DATABASE_USER, '${USERNAME}',g" .bdjuno/config.yaml
sed -i "s, DATABASE_PASSWORD, '${PASSWORD}',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

0 comments on commit 927e888

Please sign in to comment.