Merge pull request #53 from jedmund/add-host-to-rails7
Add host to development environment file
This commit is contained in:
commit
95748db677
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue