Run multi ngrok

PHOTO EMBED

Mon Sep 02 2024 20:06:54 GMT+0000 (Coordinated Universal Time)

Saved by @RobertoSilvaZ #ngrok #server #api #endpoint

version: "2"
authtoken: ....
tunnels:
  auth:
    addr: http://localhost:8001/
    host_header: localhost:8001
    proto: http
  conversation:
    addr: http://localhost:8002/
    host_header: localhost:8002
    proto: http

> ngrok start --all --config=ngrok.yml
content_copyCOPY