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

View File

@ -4,7 +4,7 @@
"private": true, "private": true,
"scripts": { "scripts": {
"start": "./run.sh", "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": [ "authors": [
"Sebastian Kippe <sebastian@kip.pe>", "Sebastian Kippe <sebastian@kip.pe>",