We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a04e0f5 commit 5ad386eCopy full SHA for 5ad386e
2 files changed
scripts/proxy-pizzly.sh
@@ -20,4 +20,4 @@
20
21
set -e -x
22
23
-ngrok http --subdomain=${1:-$NGROK_SUBDOMAIN} --region eu 3004
+ngrok http --subdomain=${1:-$NGROK_SUBDOMAIN} --region ${2:-eu} 3004
scripts/proxy-webapp.sh
-ngrok http --subdomain=${1:-$NGROK_SUBDOMAIN} --region eu 3000
+ngrok http --subdomain=${1:-$NGROK_SUBDOMAIN} --region ${2:-eu} 3000
0 commit comments