Skip to content

Instantly share code, notes, and snippets.

@allaniftrue
Created January 18, 2015 15:03
Show Gist options
  • Save allaniftrue/90fcb36c344eecbd5f53 to your computer and use it in GitHub Desktop.
Save allaniftrue/90fcb36c344eecbd5f53 to your computer and use it in GitHub Desktop.
Ngrok YAML Config
auth_token: "seMQ8Pb4bMXY"
tunnels:
myChosenSubDomain:
proto:
http: 80
ssh:
remote_port: 61813
proto:
tcp: 22
@allaniftrue
Copy link
Author

  • auth_token can bee seen on you dashboard after logging in
  • myChosenSubDomain is a random name I created where it can be used in accessing your application on the public network e.g. myChosenSubDomain.ngrok.com
  • remote_port is a random port I selected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment