Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save disassembler/9e74729b1f2b17c8efae2fe3a9fa2386 to your computer and use it in GitHub Desktop.

Select an option

Save disassembler/9e74729b1f2b17c8efae2fe3a9fa2386 to your computer and use it in GitHub Desktop.
diff --git c/scripts/launch/demo.sh i/scripts/launch/demo.sh
index a3f26a895..2d86f6008 100755
--- c/scripts/launch/demo.sh
+++ i/scripts/launch/demo.sh
@@ -180,6 +180,9 @@ while [[ $i -lt $panesCnt ]]; do
# shellcheck disable=SC2154
full_node_args="$node_args $reb $no_ntp $keys_args $rts_opts"
+ if [[ $WALLET_CLIENT_AUTH_DISABLE != "" ]]; then
+ full_node_args="$full_node_args --no-client-auth"
+ fi
CONFIG_PATH="$run_dir/launcher-config-$i.yaml"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment