diff --git a/scripts/proxy-pizzly.sh b/scripts/proxy-pizzly.sh index 52a53676f..be078b733 100755 --- a/scripts/proxy-pizzly.sh +++ b/scripts/proxy-pizzly.sh @@ -20,4 +20,4 @@ set -e -x -ngrok http --subdomain=${1:-$NGROK_SUBDOMAIN} --region eu 3004 +ngrok http --subdomain=${1:-$NGROK_SUBDOMAIN} --region ${2:-eu} 3004 diff --git a/scripts/proxy-webapp.sh b/scripts/proxy-webapp.sh index 80bea6db2..77e739f61 100755 --- a/scripts/proxy-webapp.sh +++ b/scripts/proxy-webapp.sh @@ -20,4 +20,4 @@ set -e -x -ngrok http --subdomain=${1:-$NGROK_SUBDOMAIN} --region eu 3000 +ngrok http --subdomain=${1:-$NGROK_SUBDOMAIN} --region ${2:-eu} 3000