Installation
| |
Setup
Run the following command to save the access-token in the configuration file
ngrok.yml.1ngrok config add-authtoken ACCESS_TOKENRun the following command to open the application to the outside.
If the application is running on https, you must provide the full address.
1 2ngrok http https://localhost:8080 ngrok http http://localhost:8080If it is running on http, you can only specify the port.
1ngrok http 8080