Skip to content

Commit

Permalink
Try to configure ngrok allowlisting again
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbrethorst committed Nov 20, 2023
1 parent 62f2bc0 commit 0c217c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Rails.application.configure do
# Settings specified here will take precedence over those in config/application.rb.

config.hosts << "*.ngrok-free.app"
config.hosts << %r{.+\.ngrok-free.app$}

# In the development environment your application's code is reloaded any time
# it changes. This slows down response time but is perfect for development
Expand Down

0 comments on commit 0c217c0

Please sign in to comment.