From 0cf2b92695f2467a845dec83c1621c6d27f7affb Mon Sep 17 00:00:00 2001 From: Tanya S <120410716+stubbsta@users.noreply.github.com> Date: Fri, 13 Sep 2024 08:54:22 +0200 Subject: [PATCH] remove rest-admin and rest-private node config (#85) --- run_bootstrap.sh | 2 -- run_nwaku.sh | 2 -- 2 files changed, 4 deletions(-) diff --git a/run_bootstrap.sh b/run_bootstrap.sh index aeb7fa0..cab3d90 100755 --- a/run_bootstrap.sh +++ b/run_bootstrap.sh @@ -7,8 +7,6 @@ echo "I am a bootstrap node" exec /usr/bin/wakunode\ --relay=false\ --rest=true\ - --rest-admin=true\ - --rest-private=true\ --rest-address=0.0.0.0\ --max-connections=300\ --dns-discovery=true\ diff --git a/run_nwaku.sh b/run_nwaku.sh index 3b2eb5a..8f6fecf 100755 --- a/run_nwaku.sh +++ b/run_nwaku.sh @@ -136,8 +136,6 @@ exec /usr/bin/wakunode\ --lightpush=true\ --max-connections=250\ --rest=true\ - --rest-admin=true\ - --rest-private=true\ --rest-address=0.0.0.0\ --rest-port=8645\ --rln-relay=true\