Created
November 10, 2015 16:09
-
-
Save albertpak/7ac2bfff88afb9f516c8 to your computer and use it in GitHub Desktop.
Setting up ngrok with rails - make sure that ports match
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bin/rails s -p 3030 -b 127.0.0.1 | |
~/ngrok http 3030 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment