diff --git a/config/environments/development.rb b/config/environments/development.rb index 02cf2fe..7b4cd61 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -2,6 +2,7 @@ require "active_support/core_ext/integer/time" Rails.application.configure do # Settings specified here will take precedence over those in config/application.rb. + config.hosts << "staging-api.granblue.team" # In the development environment your application's code is reloaded any time # it changes. This slows down response time but is perfect for development