Independent Development
ngrok configuration
- ngrok config check
- check where is the config file.
- add tunnels define to the file:
version: "3"
agent:
authtoken: [token]
tunnels:
httpapp:
proto: http
addr: [http port]
tcpapp:
proto: tcp
addr: [tcp port]
- ngrok start –all
- Run
Main Site(Under building)
Related Platforms
(Github Issues) / (Notion) / (Blog)
Advertisement
(A website to optimize your resume and to boost your career: Nonpareil.me)
独立开发
ngrok设置
- ngrok config check
- 此命令可以查看配置文件的位置
- 向上一步中找到的配置中添加tunnel设置
version: "3"
agent:
authtoken: [token]
tunnels:
httpapp:
proto: http
addr: [http port]
tcpapp:
proto: tcp
addr: [tcp port]
- ngrok start –all
- 运行
主站(建设中)
[Nonpareil Me]{https://nonpareil.me}
相关平台
(Github Issues) / (Notion) / (Blog)