Skip to content

Commit

Permalink
delete notification config from start_dev.sh (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
tak-hntlabs authored Jul 29, 2024
1 parent 054d95b commit 99fa07a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions scripts/start_dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,18 +106,6 @@ echo "STARTED ALL CHAINS AND BUILT ALL CONTRACTS"
./scripts/configure-nodes.sh --multi
#./scripts/configure-nodes.sh --multi_ne


# Define the base directory for easier reference
CONFIGS_DIR="./core/node/run_files/"
PNW_URL="http://localhost:8787"
PNW_AUTH_TOKEN="Zm9v"

# Loop over each config.yaml file in the run_files subdirectories
find "$CONFIGS_DIR" -type f -name "config.yaml" | while read -r YAML_FILE; do
yq eval ".pushNotification.url = \"$PNW_URL\"" -i $YAML_FILE
yq eval ".pushNotification.authToken = \"$PNW_AUTH_TOKEN\"" -i $YAML_FILE
done

# Continue with rest of the script
echo "Continuing with the rest of the script..."

Expand Down

0 comments on commit 99fa07a

Please sign in to comment.