Add host to development environment file

This commit is contained in:
Justin Edmund 2023-01-23 01:20:39 -08:00
parent 1f785d4695
commit 90f2f6e390

View file

@ -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