From 47eb68d99a16014f382f3ca6ba50d84d0de99220 Mon Sep 17 00:00:00 2001 From: Para Dox Date: Tue, 15 Apr 2025 12:59:41 +0700 Subject: [PATCH] no local urls anymore --- upstreams.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/upstreams.sh b/upstreams.sh index 65968dc2..4dc19f09 100755 --- a/upstreams.sh +++ b/upstreams.sh @@ -6,6 +6,8 @@ source $BASEPATH/.env GENERATE_ID_FROM_PATH_EXPRESSION=${GENERATE_ID_FROM_PATH_EXPRESSION:-'s/^rpc-(.*)\.stakesquid\.eu\/(.*)$/\1-\2/'} LOCAL=${1:-false} +# make it always false beacuse I don't know yet how to handle multiple upstreams for local nodes +LOCAL=false if [ -n "$NO_SSL" ]; then PROTO="http"