Friday, 27 August 2021

Ngrok install and start rails server

 install ngrok for you system:

https://snapcraft.io/install/ngrok/ubuntu

-----------------------------------------

start ngrok server :

ngrok http 3000

and server restart on rails application rails s

https://dev.to/ianvaughan/ngrok-on-rails-315m

--------------------------------------------

./config/environments/development.rb

config.hosts << "0197-122-177-74-98.ngrok.io"

--------------------------------------------------------------

------------------------------------------------------------



No comments:

Post a Comment