Merge pull request #53 from jedmund/add-host-to-rails7

Add host to development environment file
This commit is contained in:
Justin Edmund 2023-01-23 01:20:56 -08:00 committed by GitHub
commit 95748db677
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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