https://developers.google.com/apis-explorer/#p/youtube/v3/youtube.search.list?part=snippet%252Cid&channelId=UC4qz5w2M-Xmju7WC9ynqRtw&maxResults=50&order=date&_h=4&
Location for the config yml file /home/example/.ngrok2/ngrok.yml content of config file authtoken: 4nq9771bPxe8ctg7LKr_2ClH7Y15Zqe4bWLWF9p tunnels: app-foo: addr: 80 proto: http host_header: app-foo.dev app-bar: addr: 80 proto: http host_header: app-bar.dev how to start ngrok with considering the config file: ngrok start --all
Comments
Post a Comment