Update ngrok script

We created a new reserved domain in the EU region.
This commit is contained in:
Basti 2019-04-08 10:55:46 +02:00
parent 9cf5e1cba3
commit d46a05acae
No known key found for this signature in database
GPG Key ID: BE4634D632D39B67
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"private": true,
"scripts": {
"start": "./run.sh",
"ngrok": "ngrok http -region=ap -hostname=hubot-dev.kosmos.org localhost:8888"
"ngrok": "ngrok http -region=eu -hostname=hubot-dev.kosmos.org localhost:8888"
},
"authors": [
"Sebastian Kippe <sebastian@kip.pe>",