Skip to content

Commit 5ad386e

Browse files
committed
Make it easier to start ngrok in different regions
1 parent a04e0f5 commit 5ad386e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/proxy-pizzly.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020

2121
set -e -x
2222

23-
ngrok http --subdomain=${1:-$NGROK_SUBDOMAIN} --region eu 3004
23+
ngrok http --subdomain=${1:-$NGROK_SUBDOMAIN} --region ${2:-eu} 3004

scripts/proxy-webapp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020

2121
set -e -x
2222

23-
ngrok http --subdomain=${1:-$NGROK_SUBDOMAIN} --region eu 3000
23+
ngrok http --subdomain=${1:-$NGROK_SUBDOMAIN} --region ${2:-eu} 3000

0 commit comments

Comments
 (0)