diff --git a/config/initializers/hosts.rb b/config/initializers/hosts.rb index 05ed2f5b..58ee2e39 100644 --- a/config/initializers/hosts.rb +++ b/config/initializers/hosts.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true Rails.application.configure do - next if ENV['RAILS_ENV'] == 'test' + next unless ENV['RAILS_ENV'] == 'development' domain = ENV.fetch('SUTTY', 'sutty.nl')