Update ngrok script

We created a new reserved domain in the EU region.
This commit is contained in:
2019-04-08 10:55:46 +02:00
parent 9cf5e1cba3
commit d46a05acae

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>",