Skip to content

Commit

Permalink
Add config for ngrok
Browse files Browse the repository at this point in the history
  • Loading branch information
BlazingRockStorm committed Sep 2, 2024
1 parent a45cda6 commit 53a186f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,8 @@

# Apply autocorrection by RuboCop to files generated by `bin/rails generate`.
# config.generators.apply_rubocop_autocorrect_after_generate!

# Add host for ngrok
config.hosts << /[a-z0-9-.]+\.ngrok\.io/
config.hosts << /[a-z0-9-.]+\.ngrok-free\.app/
end

0 comments on commit 53a186f

Please sign in to comment.