From 90f2f6e3900310c36ebe36395a71e02068d5fd2f Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Mon, 23 Jan 2023 01:20:39 -0800 Subject: [PATCH] Add host to development environment file --- config/environments/development.rb | 1 + 1 file changed, 1 insertion(+) 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