Skip to content

Instantly share code, notes, and snippets.

@Telematica
Created September 9, 2020 23:56
Show Gist options
  • Save Telematica/9d6fc0e0abb39f39116a4ce6a495d2ae to your computer and use it in GitHub Desktop.
Save Telematica/9d6fc0e0abb39f39116a4ce6a495d2ae to your computer and use it in GitHub Desktop.
ngrok
authtoken: <TOKEN>
tunnels:
first:
addr: 10090
proto: http
host_header: http://localhost:10090/v1
bind_tls: false
second:
addr: 8080
proto: http
host_header: http://localhost:8080/api/v1
bind_tls: false
third:
addr: 3000
proto: http
host_header: http://localhost:3000
bind_tls: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment