File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ or with spring-boot plugin `mvn spring-boot:run -Dspring-boot.run.arguments="--n
7777> if you are using different server port, it will be picked up automatically from `server.port` property.
7878
7979# ### ⚙️ advanced configuration
80- # ##### ngrok configuration file(s)
80+ # #### ngrok configuration file(s)
8181If you want to start ngrok with configuration file or files, you can use `ngrok.config` property :
8282` ` ` properties
8383ngrok.config=/home/user/custom-ngrok-config.yml
@@ -106,7 +106,7 @@ ngrok.command=http -region=us -hostname=dev.example.com 8000
106106# should be = /home/user/.ngrok2/ngrok http -region=us -hostname=dev.example.com 8000
107107` ` `
108108
109- # ##### Optional properties & descriptions
109+ # #### Optional properties & descriptions
110110` ` ` properties
111111# if you've got already running Ngrok instance somewhere else, you can specify its host & port, whoch defaults are:
112112ngrok.host=http://127.0.0.1
You can’t perform that action at this time.
0 commit comments