Skip to content

Commit 6900bcb

Browse files
author
LazyLuis
committed
update grpc port
1 parent 7e4939c commit 6900bcb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/local_cluster.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ if [[ $overwrite == "y" || $overwrite == "Y" ]]; then
156156
continue
157157
fi
158158

159+
sed -i.bak "s/localhost:9090/localhost:909${i}/g" $APP_TOML
160+
159161
sed -i.bak "s/127.0.0.1:26657/0.0.0.0:26${i}57/g" $CONFIG
160162
sed -i.bak "s/127.0.0.1:26658/127.0.0.1:26${i}28/g" $CONFIG
161163
sed -i.bak "s/0.0.0.0:26656/0.0.0.0:26${i}56/g" $CONFIG

0 commit comments

Comments
 (0)