Skip to content

Instantly share code, notes, and snippets.

@xitarps
Created November 24, 2023 02:25
Show Gist options
  • Save xitarps/45e323ba12d56f676e35865810b9d3fc to your computer and use it in GitHub Desktop.
Save xitarps/45e323ba12d56f676e35865810b9d3fc to your computer and use it in GitHub Desktop.
ngrok rails config(application.rb)
config.hosts << /[a-z0-9-]+\.ngrok\.io/ if Rails.env.development?
config.hosts << /[a-z0-9-]+\.ngrok-free\.app/ if Rails.env.development?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment