summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2022-03-18 13:43:05 -0600
committermo khan <mo@mokhan.ca>2022-03-18 13:43:05 -0600
commit14236ee033668ccca4793839ecf68d2f25e03912 (patch)
tree526efe9a0f39ab181a7dd1400d2c301f48354749
parent5a53830335309bafe4b93e938fe856bbfd28b304 (diff)
chore: allow ngrok in developmentmain
-rw-r--r--config/environments/development.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb
index e16480f..1396a3f 100644
--- a/config/environments/development.rb
+++ b/config/environments/development.rb
@@ -63,4 +63,6 @@ Rails.application.configure do
# Use an evented file watcher to asynchronously detect changes in source code,
# routes, locales, etc. This feature depends on the listen gem.
config.file_watcher = ActiveSupport::EventedFileUpdateChecker
+
+ config.hosts << /.*\.ngrok\.io/
end