Created
January 18, 2015 15:03
-
-
Save allaniftrue/90fcb36c344eecbd5f53 to your computer and use it in GitHub Desktop.
Ngrok YAML Config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
auth_token: "seMQ8Pb4bMXY" | |
tunnels: | |
myChosenSubDomain: | |
proto: | |
http: 80 | |
ssh: | |
remote_port: 61813 | |
proto: | |
tcp: 22 |
Author
allaniftrue
commented
Jan 18, 2015
- 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