Make it easier to start ngrok in different regions

This commit is contained in:
Eric Allam
2023-01-29 22:23:38 +00:00
parent a04e0f5e2d
commit 5ad386e306
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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