Skip to content

Instantly share code, notes, and snippets.

@albertpak
Created November 10, 2015 16:09
Show Gist options
  • Save albertpak/7ac2bfff88afb9f516c8 to your computer and use it in GitHub Desktop.
Save albertpak/7ac2bfff88afb9f516c8 to your computer and use it in GitHub Desktop.
Setting up ngrok with rails - make sure that ports match
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